We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0b561b commit e7929caCopy full SHA for e7929ca
1 file changed
tests/README
@@ -0,0 +1,6 @@
1
+The testcases require the use of simplejson
2
+(http://cheeseshop.python.org/pypi/simplejson). Each testcase file can
3
+be run directly through a python interpreter (e.g. python
4
+test_tokenizer.py). However the tests are designed to work with the
5
+nose unit-test framework (http://nose.python-hosting.com). If nose is
6
+installed the command nosetests will run all avaliable unit tests.
0 commit comments