Skip to content

Commit

Permalink
Put pytest settings in setup.cfg; move logo.png
Browse files Browse the repository at this point in the history
  • Loading branch information
willkg committed Sep 26, 2020
1 parent c57cd20 commit 4792297
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ comes from `P.J. Onori <http://www.somerandomdude.com/>`_ and is
licensed under `Attribution-Non-Commercial 3.0
Netherlands <http://creativecommons.org/licenses/by-nc/3.0/nl/deed.en_GB>`_.

.. |logo| image:: logo.png
.. |logo| image:: docs/logo.png
File renamed without changes
10 changes: 0 additions & 10 deletions pytest.ini

This file was deleted.

11 changes: 11 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ ignore =
W503
max-line-length = 88

[tool:pytest]
norecursedirs = .git .* frontend docs htmlcov .cache
testpaths = tests
addopts = -rsxX --showlocals --tb=native --no-migrations -p no:cacheprovider

DJANGO_SETTINGS_MODULE = tecken.settings
DJANGO_CONFIGURATION = Test

# Transform all warnings into errors
filterwarnings = error

[tool:release]
github_user = mozilla-services
github_project = tecken
Expand Down

0 comments on commit 4792297

Please sign in to comment.