Skip to content

Commit

Permalink
Implemented #156
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolay-r committed Aug 14, 2021
1 parent 1050c55 commit 97c1872
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/run_test_all.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

# Performing a quick library installation.
# https://stackoverflow.com/questions/19048732/python-setup-py-develop-vs-install
sudo pip install -e ../ --no-deps

# Run all unit tests.
python2.7 -m unittest discover .

0 comments on commit 97c1872

Please sign in to comment.