##// 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 coverage:
1 coverage:
2 status:
2 status:
3 patch: off
3 patch: off
4 project:
4 project:
5 default: false
5 default: false
6 library:
6 library:
7 target: auto
7 target: auto
8 paths: ['!.*/tests/.*']
8 paths: ['!.*/tests/.*']
9 threshold: 0.1%
9 threshold: 0.1%
10 tests:
10 tests:
11 target: auto
11 target: auto
12 paths: ['.*/tests/.*']
12 paths: ['.*/tests/.*']
13 threshold: 0.1%
13 threshold: 0.1%
14 codecov:
14 codecov:
15 require_ci_to_pass: false
15 require_ci_to_pass: false
16
16
17 ignore:
17 ignore:
18 - IPython/kernel/*
18 - IPython/kernel/*
19 - IPython/consoleapp.py
19 - IPython/consoleapp.py
20 - IPython/core/inputsplitter.py
20 - IPython/core/inputsplitter.py
21 - IPython/lib/inputhook*.py
22 - IPython/lib/kernel.py
21 - IPython/lib/kernel.py
23 - IPython/utils/jsonutil.py
22 - IPython/utils/jsonutil.py
24 - IPython/utils/localinterfaces.py
23 - IPython/utils/localinterfaces.py
25 - IPython/utils/log.py
24 - IPython/utils/log.py
26 - IPython/utils/signatures.py
25 - IPython/utils/signatures.py
27 - IPython/utils/traitlets.py
26 - IPython/utils/traitlets.py
@@ -1,48 +1,47 b''
1 [pytest]
1 [pytest]
2 addopts = --durations=10
2 addopts = --durations=10
3 -p IPython.testing.plugin.pytest_ipdoctest --ipdoctest-modules
3 -p IPython.testing.plugin.pytest_ipdoctest --ipdoctest-modules
4 --ignore=docs
4 --ignore=docs
5 --ignore=examples
5 --ignore=examples
6 --ignore=htmlcov
6 --ignore=htmlcov
7 --ignore=ipython_kernel
7 --ignore=ipython_kernel
8 --ignore=ipython_parallel
8 --ignore=ipython_parallel
9 --ignore=results
9 --ignore=results
10 --ignore=tmp
10 --ignore=tmp
11 --ignore=tools
11 --ignore=tools
12 --ignore=traitlets
12 --ignore=traitlets
13 --ignore=IPython/core/tests/daft_extension
13 --ignore=IPython/core/tests/daft_extension
14 --ignore=IPython/sphinxext
14 --ignore=IPython/sphinxext
15 --ignore=IPython/terminal/pt_inputhooks
15 --ignore=IPython/terminal/pt_inputhooks
16 --ignore=IPython/__main__.py
16 --ignore=IPython/__main__.py
17 --ignore=IPython/config.py
17 --ignore=IPython/config.py
18 --ignore=IPython/frontend.py
18 --ignore=IPython/frontend.py
19 --ignore=IPython/html.py
19 --ignore=IPython/html.py
20 --ignore=IPython/nbconvert.py
20 --ignore=IPython/nbconvert.py
21 --ignore=IPython/nbformat.py
21 --ignore=IPython/nbformat.py
22 --ignore=IPython/parallel.py
22 --ignore=IPython/parallel.py
23 --ignore=IPython/qt.py
23 --ignore=IPython/qt.py
24 --ignore=IPython/external/qt_for_kernel.py
24 --ignore=IPython/external/qt_for_kernel.py
25 --ignore=IPython/html/widgets/widget_link.py
25 --ignore=IPython/html/widgets/widget_link.py
26 --ignore=IPython/html/widgets/widget_output.py
26 --ignore=IPython/html/widgets/widget_output.py
27 --ignore=IPython/terminal/console.py
27 --ignore=IPython/terminal/console.py
28 --ignore=IPython/terminal/ptshell.py
28 --ignore=IPython/terminal/ptshell.py
29 --ignore=IPython/utils/_process_cli.py
29 --ignore=IPython/utils/_process_cli.py
30 --ignore=IPython/utils/_process_posix.py
30 --ignore=IPython/utils/_process_posix.py
31 --ignore=IPython/utils/_process_win32.py
31 --ignore=IPython/utils/_process_win32.py
32 --ignore=IPython/utils/_process_win32_controller.py
32 --ignore=IPython/utils/_process_win32_controller.py
33 --ignore=IPython/utils/daemonize.py
33 --ignore=IPython/utils/daemonize.py
34 --ignore=IPython/utils/eventful.py
34 --ignore=IPython/utils/eventful.py
35
35
36 --ignore=IPython/kernel
36 --ignore=IPython/kernel
37 --ignore=IPython/consoleapp.py
37 --ignore=IPython/consoleapp.py
38 --ignore=IPython/core/inputsplitter.py
38 --ignore=IPython/core/inputsplitter.py
39 --ignore-glob=IPython/lib/inputhook*.py
40 --ignore=IPython/lib/kernel.py
39 --ignore=IPython/lib/kernel.py
41 --ignore=IPython/utils/jsonutil.py
40 --ignore=IPython/utils/jsonutil.py
42 --ignore=IPython/utils/localinterfaces.py
41 --ignore=IPython/utils/localinterfaces.py
43 --ignore=IPython/utils/log.py
42 --ignore=IPython/utils/log.py
44 --ignore=IPython/utils/signatures.py
43 --ignore=IPython/utils/signatures.py
45 --ignore=IPython/utils/traitlets.py
44 --ignore=IPython/utils/traitlets.py
46 --ignore=IPython/utils/version.py
45 --ignore=IPython/utils/version.py
47 doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS
46 doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS
48 ipdoctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS
47 ipdoctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS
1 NO CONTENT: file was removed
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
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
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