still learning tests i guess

master
Kevin Froman 2018-01-15 03:09:27 -06:00
parent 6d6d60ff7a
commit 4f04818c86
No known key found for this signature in database
GPG Key ID: 0D414D0FE405B63B
2 changed files with 1 additions and 2 deletions

View File

@ -4,4 +4,4 @@ python:
# install dependencies
install:
- pip install -r requirements.txt
script: onionr/tests.py
script: test.sh

View File

@ -110,5 +110,4 @@ class OnionrTests(unittest.TestCase):
if command[0] == 'testCommand':
if myCore.daemonQueue() == False:
print('Succesfully added and read command')
os.chdir(sys.path[0])
unittest.main()