Skip to content

Commit

Permalink
Added a script to run all tests for the Python code.
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrasej committed Dec 4, 2023
1 parent 140a25e commit f4478ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions python/run_all_tests.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

# This script must be located in the root directory of the Python code.
cd "$(dirname "$0")"
python3 -m unittest discover -s . -p '*_test.py'

0 comments on commit f4478ba

Please sign in to comment.