Skip to content

Commit dfde53d

Browse files
committed
Added a note on how to run the test suite.
1 parent ec3cca6 commit dfde53d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/test.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
"""
2+
Run the test suite like:
3+
python test.py
4+
You'll get a statement printed
5+
if all of the tests pass.
6+
"""
7+
18
import os
29
import sys
310
import subprocess

0 commit comments

Comments
 (0)