mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
Switch from nose to py.test.
This commit is contained in:
parent
7bb816b9ce
commit
b4a3cdc843
11 changed files with 140 additions and 156 deletions
4
setup.cfg
Normal file
4
setup.cfg
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
[pytest]
|
||||
norecursedirs=env docs lib .eggs
|
||||
DJANGO_SETTINGS_MODULE=django_mailbox.tests.settings
|
||||
addopts = --tb=short -rxs
|
||||
Loading…
Add table
Add a link
Reference in a new issue