• Vincent Pelletier's avatar
    test: Stop using multiprocessing module. · b156ae0c
    Vincent Pelletier authored
    Too many issues with processes not willing to shutdown.
    Instead, spawn threads, use an event to stop caucased while sleeping,
    and make it stop its http[s] servers more gracefully.
    
    Increases realiability of tests, especially when checking coverage.
    b156ae0c
test.py 46.7 KB