Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
feat: include timestamps in tests' logs (#675)
Browse files Browse the repository at this point in the history
issue #672
  • Loading branch information
pjenvey authored and bbangert committed Sep 28, 2016
1 parent 5463ecd commit a3c3b82
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
12 changes: 12 additions & 0 deletions .noserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# this file's explicitly loaded from setup.cfg (.noserc isn't a
# standard config path), separated out due to '%(...)s'
[nosetests]
verbose=True
verbosity=1
detailed-errors=True
with-coverage=True
cover-erase=True
cover-package=autopush
cover-tests=True
logging-format=%(asctime)s,%(msecs)03d %(name)s: %(levelname)s: %(message)s
logging-datefmt=%H:%M:%S
10 changes: 3 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
[nosetests]
verbose=True
verbosity=1
detailed-errors=True
with-coverage=True
cover-erase=True
cover-package=autopush
cover-tests=True
# configure nose in a separate file to avoid distutils mishandling its
# '%(...)s' logging format (raises InterpolationMissingOptionErrors)
config=.noserc

0 comments on commit a3c3b82

Please sign in to comment.