##// END OF EJS Templates
More testing cleanup...
Fernando Perez -
Show More
@@ -3,22 +3,8 b''
3 =========================================
3 =========================================
4
4
5 The way doctest loads these, the entire document is applied as a single test
5 The way doctest loads these, the entire document is applied as a single test
6 rather than multiple individual ones, unfortunately.
6 rather than multiple individual ones, unfortunately::
7
7
8
9 Auto-generated tests
10 ====================
11
12
13 ----------------------------------------------------------------------------
14
15 Begin included file tst_tools_utils_doctest2.py::
16
17 # Setup - all imports are done in tcommon
18 >>> from IPython.testing import tcommon
19 >>> from IPython.testing.tcommon import *
20
21 # Doctest code begins here
22 >>> from IPython.tools import utils
8 >>> from IPython.tools import utils
23
9
24 # Some other tests for utils
10 # Some other tests for utils
@@ -29,14 +15,3 b' Begin included file tst_tools_utils_doctest2.py::'
29 >>> utils.marquee('Another test',30,'.')
15 >>> utils.marquee('Another test',30,'.')
30 '........ Another test ........'
16 '........ Another test ........'
31
17
32
33 End included file tst_tools_utils_doctest2.py
34
35 ----------------------------------------------------------------------------
36
37
38
39 Manually generated tests
40 ========================
41
42 These are one-off tests written by hand, copied from an interactive prompt.
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now