##// END OF EJS Templates
Merge pull request #13357 from Carreau/nuke-lib.inputhook...
Matthias Bussonnier -
r27232:e4474874 merge
parent child Browse files
Show More
@@ -1,27 +1,26 b''
1 1 coverage:
2 2 status:
3 3 patch: off
4 4 project:
5 5 default: false
6 6 library:
7 7 target: auto
8 8 paths: ['!.*/tests/.*']
9 9 threshold: 0.1%
10 10 tests:
11 11 target: auto
12 12 paths: ['.*/tests/.*']
13 13 threshold: 0.1%
14 14 codecov:
15 15 require_ci_to_pass: false
16 16
17 17 ignore:
18 18 - IPython/kernel/*
19 19 - IPython/consoleapp.py
20 20 - IPython/core/inputsplitter.py
21 - IPython/lib/inputhook*.py
22 21 - IPython/lib/kernel.py
23 22 - IPython/utils/jsonutil.py
24 23 - IPython/utils/localinterfaces.py
25 24 - IPython/utils/log.py
26 25 - IPython/utils/signatures.py
27 26 - IPython/utils/traitlets.py
@@ -1,48 +1,47 b''
1 1 [pytest]
2 2 addopts = --durations=10
3 3 -p IPython.testing.plugin.pytest_ipdoctest --ipdoctest-modules
4 4 --ignore=docs
5 5 --ignore=examples
6 6 --ignore=htmlcov
7 7 --ignore=ipython_kernel
8 8 --ignore=ipython_parallel
9 9 --ignore=results
10 10 --ignore=tmp
11 11 --ignore=tools
12 12 --ignore=traitlets
13 13 --ignore=IPython/core/tests/daft_extension
14 14 --ignore=IPython/sphinxext
15 15 --ignore=IPython/terminal/pt_inputhooks
16 16 --ignore=IPython/__main__.py
17 17 --ignore=IPython/config.py
18 18 --ignore=IPython/frontend.py
19 19 --ignore=IPython/html.py
20 20 --ignore=IPython/nbconvert.py
21 21 --ignore=IPython/nbformat.py
22 22 --ignore=IPython/parallel.py
23 23 --ignore=IPython/qt.py
24 24 --ignore=IPython/external/qt_for_kernel.py
25 25 --ignore=IPython/html/widgets/widget_link.py
26 26 --ignore=IPython/html/widgets/widget_output.py
27 27 --ignore=IPython/terminal/console.py
28 28 --ignore=IPython/terminal/ptshell.py
29 29 --ignore=IPython/utils/_process_cli.py
30 30 --ignore=IPython/utils/_process_posix.py
31 31 --ignore=IPython/utils/_process_win32.py
32 32 --ignore=IPython/utils/_process_win32_controller.py
33 33 --ignore=IPython/utils/daemonize.py
34 34 --ignore=IPython/utils/eventful.py
35 35
36 36 --ignore=IPython/kernel
37 37 --ignore=IPython/consoleapp.py
38 38 --ignore=IPython/core/inputsplitter.py
39 --ignore-glob=IPython/lib/inputhook*.py
40 39 --ignore=IPython/lib/kernel.py
41 40 --ignore=IPython/utils/jsonutil.py
42 41 --ignore=IPython/utils/localinterfaces.py
43 42 --ignore=IPython/utils/log.py
44 43 --ignore=IPython/utils/signatures.py
45 44 --ignore=IPython/utils/traitlets.py
46 45 --ignore=IPython/utils/version.py
47 46 doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS
48 47 ipdoctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS
1 NO CONTENT: file was removed
This diff has been collapsed as it changes many lines, (663 lines changed) Show them Hide them
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now