Skip to content

Commit 2f35283

Browse files
committed
-
1 parent 93f2847 commit 2f35283

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.markdown

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,15 @@ The Python Toolbox supports Python versions 2.7 and 3.3+.
6262

6363
It's tested on both CPython and PyPy 2.1.
6464

65+
66+
# Tests #
67+
68+
Test can be run by running the `_test_python_toolbox.py` script that's
69+
installed automatically with the Python Toolbox.
70+
71+
When `python_toolbox` isn't installed, you may run `nosetests` at the repo root
72+
to run the tests.
73+
6574
# Current state #
6675

6776
The Python Toolbox is at version 0.6.0, which is an alpha release. At this experimental stage of the project, backward compatibility will _not_ be maintained.

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[nosetests]
2-
tests=source_py2/test_python_toolbox
2+
where=source_py2/test_python_toolbox
3+
py3where=source_py3/test_python_toolbox
34

45
verbosity=3
56
detailed-errors=1

0 commit comments

Comments
 (0)