Skip to content

Commit 322066c

Browse files
author
Kyle Wilcox
committed
Add extension to TESTING file
1 parent 5bab5e1 commit 322066c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TESTING renamed to TESTING.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ The pyoos module is tested with the help of py.test
77

88
To run all tests:
99

10-
$ python runtests.py
10+
$ python setup.py test
1111

1212
To run a single test:
13-
13+
$ pip install pytest
1414
$ python -m pytest path_to_test

0 commit comments

Comments
 (0)