-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
so their doctest won't fail here.
- Loading branch information
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
[tool:pytest] | ||
testpaths = "sunpy" "docs" | ||
norecursedirs = ".tox" "build" "docs[\/]_build" "docs[\/]generated" "*.egg-info" "examples" "sunpy[/\]_dev" ".jupyter" ".history" "tools" "sunpy[\/]extern" "benchmarks" | ||
doctest_plus = enabled | ||
doctest_optionflags = NORMALIZE_WHITESPACE FLOAT_CMP ELLIPSIS | ||
addopts = --dist no --arraydiff --doctest-rst --doctest-ignore-import-errors -p no:unraisableexception -p no:threadexception | ||
asdf_schema_tests_enabled = true | ||
asdf_schema_root = sunpy/io/special/asdf/resources/ | ||
mpl-results-path = figure_test_images | ||
mpl-use-full-test-name = True | ||
markers = | ||
remote_data: marks this test function as needing remote data. | ||
online: marks this test function as needing online connectivity. | ||
mpl_image_compare: marks this test function as using hash-based Matplotlib figure verification. This mark is not meant to be directly applied, but is instead automatically applied when a test function uses the @sunpy.tests.helpers.figure_test decorator. | ||
flaky | ||
array_compare | ||
remote_data_strict = True | ||
# We do not care about junit_family or filterwarnings here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters