Closed k-nut closed 4 years ago
The test fail seems to be a failing install of libxml (missing headers?).
Nice, that actually was what it was. Fixed here: 502b9451edbf2a2
i think it would be nice to clear the database before the test, so we have a clean db and know its state. What do you think?
@knutator2 as the ./test.sh
script creates a temporary database and removes it afterwards we know that the data will always be in the same state, don't we?
ah ok, i didn't recognize, the tests depend on each other. I just thought every test should assume an empty database and sets up the database as needed for the test. Nevertheless, works for me right now
Curiously the test fail with Python3.8 when pip installing here. @stefanw did you manage to run it with 3.8 locally?