• 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
Name
Last commit
Last update
caucase Loading commit data...
doc Loading commit data...
shell Loading commit data...
.coveragerc Loading commit data...
.gitignore Loading commit data...
.pylintrc Loading commit data...
CHANGES.txt Loading commit data...
COPYING Loading commit data...
MANIFEST.in Loading commit data...
README.rst Loading commit data...
TODO.rst Loading commit data...
setup.py Loading commit data...