Show More
Name | Size | Modified | Last Commit | Author |
---|---|---|---|---|
/ IPython / testing / plugin | ||||
Makefile | 1.4 KiB |
r25147:babedc8aaec6 |
Matthias Bussonnier
|
|
README.txt | 1.0 KiB |
r25147:babedc8aaec6 |
Matthias Bussonnier
|
|
__init__.py | 0 B |
r1566:5dee5d3964ff |
Fernando Perez
|
|
dtexample.py | 2.8 KiB |
r22963:2961b531f0e7 |
Paul Ivanov
|
|
ipdoctest.py | 30.4 KiB |
r25146:e2c2c36ea849 |
Min ho Kim
|
|
iptest.py | 485 B |
r22963:2961b531f0e7 |
Paul Ivanov
|
|
setup.py | 539 B |
r1334:049617d6114d |
Fernando Perez
|
|
show_refs.py | 355 B |
r22963:2961b531f0e7 |
Paul Ivanov
|
|
simple.py | 512 B |
r22963:2961b531f0e7 |
Paul Ivanov
|
|
simplevars.py | 23 B |
r22963:2961b531f0e7 |
Paul Ivanov
|
|
test_combo.txt | 923 B |
r1334:049617d6114d |
Fernando Perez
|
|
test_example.txt | 730 B |
r7777:2255c2b87953 |
MinRK
|
|
test_exampleip.txt | 816 B |
r1334:049617d6114d |
Fernando Perez
|
|
test_ipdoctest.py | 1.6 KiB |
r24506:c19fc23b5236 |
Matthias Bussonnier
|
|
test_refs.py | 869 B |
r24559:3a70733ce073 |
luz.paz
|
=======================================================
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