Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbb9a1a3

Browse files
committed
Import the pytest hooks in the other conftest.py files
This way py.test lib/matplotlib/tests/test_artist.py --conversion-cache-report-misses -n 2works for me even though the options don't get documented in"py.test --help".
1 parent5a57b60 commitbb9a1a3

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from __future__import (absolute_import,division,print_function,
22
unicode_literals)
33

4-
frommatplotlib.tests.conftestimport (mpl_test_settings,
5-
pytest_configure,pytest_unconfigure)
4+
frommatplotlib.tests.conftestimport (
5+
mpl_test_settings,pytest_addoption,pytest_configure,pytest_unconfigure,
6+
pytest_sessionfinish,pytest_terminal_summary)

‎lib/mpl_toolkits/tests/conftest.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from __future__import (absolute_import,division,print_function,
22
unicode_literals)
33

4-
frommatplotlib.tests.conftestimport (mpl_test_settings,
5-
pytest_configure,pytest_unconfigure)
4+
frommatplotlib.tests.conftestimport (
5+
mpl_test_settings,pytest_addoption,pytest_configure,pytest_unconfigure,
6+
pytest_sessionfinish,pytest_terminal_summary)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp