Revision 868d113d910982dba9a10906d1a3aab8b75ae4f4 authored by Ryan Giordano on 10 September 2017, 23:13:20 UTC, committed by Ryan Giordano on 10 September 2017, 23:13:20 UTC
1 parent ea4cf76
Raw File
run_tests.sh
#!/bin/bash

# See https://docs.python.org/3/library/unittest.html#test-discovery
python3 -m unittest discover -p 'test*.py' -v
back to top