Updated setup / added datetime test
This commit is contained in:
parent
1fdc7ce6bb
commit
9c212306b8
5 changed files with 39 additions and 5 deletions
15
setup.cfg
Normal file
15
setup.cfg
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[aliases]
|
||||
# python2.7 has upgraded unittest and it is no longer compatible with some
|
||||
# of our tests, so we run all through nose
|
||||
test = nosetests
|
||||
|
||||
[nosetests]
|
||||
verbosity = 2
|
||||
detailed-errors = 1
|
||||
with-coverage = 1
|
||||
#cover-html = 1
|
||||
#cover-html-dir = ../htmlcov
|
||||
cover-package = mongoengine
|
||||
cover-erase = 1
|
||||
where = tests
|
||||
tests = bugfix, connection, dereference, django_tests, document, dynamic_document, fields, queryset, replicaset_connection, signals
|
||||
Loading…
Add table
Add a link
Reference in a new issue