still learning tests i guess
parent
6d6d60ff7a
commit
4f04818c86
|
@ -4,4 +4,4 @@ python:
|
|||
# install dependencies
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
script: onionr/tests.py
|
||||
script: test.sh
|
||||
|
|
|
@ -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()
|
Loading…
Reference in New Issue