Mentions légales du service

Skip to content

Improve the test suite

ANDREY Paul requested to merge tests-gardening into develop

This MR implements a number of changes to our current test suite:

  • Re-implement unit tests for communication routines.
  • Implement new generic unit tests for 'NetworkServer'.
  • Enable running test_regression.py with missing model frameworks.
  • Add a --cpu-only mode for unit tests.
  • Ensure multiprocessed functional tests run on CPU (to avoid a race on hardware resource).

On the side, it fixes 'WebsocketServer.stop' backend code.

Edited by ANDREY Paul

Merge request reports