Skip to content

Instantly share code, notes, and snippets.

@shaypal5
Created July 14, 2019 11:40
Show Gist options
  • Save shaypal5/ab8178ac393674d7bb7d2d1b29b97366 to your computer and use it in GitHub Desktop.
Save shaypal5/ab8178ac393674d7bb7d2d1b29b97366 to your computer and use it in GitHub Desktop.
Example pytest.ini for testing a Python package
[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