forked from moggieuk/Happy-Hare
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restructured test directory to make python happy and added test runner
- Loading branch information
1 parent
a3e19ed
commit 13797e8
Showing
6 changed files
with
12 additions
and
4 deletions.
There are no files selected for viewing
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/bash | ||
|
||
# NOTE: in order for tests to get picked up automatically, you must do the following: | ||
# 1. Create a file in the test directory with the name test_*.py | ||
# 2. Create a class in that file that inherits from unittest.TestCase | ||
# 3. Ensure that each test directory has a blank file named `__init__.py` | ||
|
||
python3 -m unittest |
File renamed without changes.
File renamed without changes.