Open ThomasWaldmann opened 6 years ago
the archiver tests (also fuse tests, iirc) are way too complex, testing too much stuff in a single test.
so, let's add way more simple tests, only testing one specific and small thing per test, using pytest and fixtures.
tests requiring (fake)root should be separate and only contain the stuff requiring root.
it's a lot of work, so do it step by step:
some improvements were recently done:
the archiver tests (also fuse tests, iirc) are way too complex, testing too much stuff in a single test.
so, let's add way more simple tests, only testing one specific and small thing per test, using pytest and fixtures.
tests requiring (fake)root should be separate and only contain the stuff requiring root.
it's a lot of work, so do it step by step: