<DigitalKiwi>
alright back to doing something useful instead of dealing with what i am sure is python being horrible
<DigitalKiwi>
and now the big decision: do i make it be formatted with nixfmt or nixpkgs-fmt
meh` has joined #nixops
<typetetris>
Didn't knew there is an alternative. What I dislike about nixpkgs-fmt is that it changes the code, even if it isn't syntactically valid, leading to broken mutliline string literals, if '' are not properly balanced.
<typetetris>
Will try out nixfmt to see, if it has the same problem.
<DigitalKiwi>
hmm
<DigitalKiwi>
how do i run only the tests that don't need digitalocean token
<DigitalKiwi>
adisbladis: ?
kalbasit has joined #nixops
pinkieval has quit [Quit: We're here, we're queer, connection reset by peer.]
pinkieval has joined #nixops
<DigitalKiwi>
ok i think i figured it out maybe
<DigitalKiwi>
./coverage-tests.py -a '!libvirtd,!gce,!ec2,!azure,!test_do_droplet' -v
* DigitalKiwi
wonders if there will ever be any tests for this that will actually run without an api ;_;