• Kirill Smelkov's avatar
    tests: Remove test NEO database after test run is over · 49251408
    Kirill Smelkov authored
    With NEO we were creating test database on /tmp but we were not deleting
    it in the end. As the result many /tmp/neo_XXXXXX non-empty directories
    were being leaked.
    
    -> Fix it by creating testdb directory outselves and removing it at the
    end, similarly to FileStorage and ZEO.
    
    Fixes: 7fc4ec66 (tests: Allow to test with ZEO & NEO ZODB storages)
    49251408
testing.py 10.3 KB