Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 250 Bytes

testing.md

File metadata and controls

9 lines (7 loc) · 250 Bytes

Testing

Tests

  • run tests locally during development
python -m unittest discover --verbose --start-directory mapswipe_workers/tests/unittests/
python -m unittest discover --verbose --start-directory mapswipe_workers/tests/integration/