Skip to content

Commit 9f2da2a

Browse files
Restucture tests
1 parent 8ea137e commit 9f2da2a

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

scripts/test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function unit {
2929
echo ""
3030

3131
# run unit tests & save exit code
32-
cd tests
32+
cd test
3333
python -m unittest -b $@
3434
# save exit code from tests
3535
unit_result=$?
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)