Created
July 14, 2019 11:40
-
-
Save shaypal5/ab8178ac393674d7bb7d2d1b29b97366 to your computer and use it in GitHub Desktop.
Example pytest.ini for testing a Python package
This file contains hidden or 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
[pytest] | |
testpaths = | |
tests | |
skift | |
norecursedirs=dist build .tox scripts | |
addopts = | |
--doctest-modules | |
--cov=skift | |
-r a | |
-v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment