Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
__pycache__ | 2023-09-02 | ||
dtexample.py | 2023-08-12 | 2.9 kB | |
ipdoctest.py | 2023-08-12 | 11.9 kB | |
pytest_ipdoctest.py | 2023-08-12 | 29.7 kB | |
README.txt | 2023-08-12 | 1.0 kB | |
setup.py | 2023-08-12 | 539 Bytes | |
simple.py | 2023-08-12 | 727 Bytes | |
simplevars.py | 2023-08-12 | 24 Bytes | |
test_combo.txt | 2023-08-12 | 923 Bytes | |
test_example.txt | 2023-08-12 | 730 Bytes | |
test_exampleip.txt | 2023-08-12 | 814 Bytes | |
test_ipdoctest.py | 2023-08-12 | 1.9 kB | |
test_refs.py | 2023-08-12 | 715 Bytes | |
Totals: 13 Items | 51.9 kB | 0 |
======================================================= Nose plugin with IPython and extension module support ======================================================= This directory provides the key functionality for test support that IPython needs as a nose plugin, which can be installed for use in projects other than IPython. The presence of a Makefile here is mostly for development and debugging purposes as it only provides a few shorthand commands. You can manually install the plugin by using standard Python procedures (``setup.py install`` with appropriate arguments). To install the plugin using the Makefile, edit its first line to reflect where you'd like the installation. Once you've set the prefix, simply build/install the plugin with:: make and run the tests with:: make test You should see output similar to:: maqroll[plugin]> make test nosetests -s --with-ipdoctest --doctest-tests dtexample.py .. ---------------------------------------------------------------------- Ran 2 tests in 0.016s OK