Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature/mx-1500 speed-up wikidata tests (#68)
# PR Context - profiling the tests with cProfile and snakeviz showed wikidata tests are only slow because of HTTP requests - we checked the tests and they are all valid (no HTTP calls that could be cut from the integration tests) - instead we added pytest plugins to randomize order (always good idea to detect bad test isolation) and to distribute test workload to all cpu cores (this should speed up the test runs) # Added - pytest plugins for random order and parallelized test execution # Changes - `.\mex.bat test` uses random order and xdist plugins by default
- Loading branch information