Browse Source

Cleanup

git-svn-id: https://bucket.mit.edu/svn/nilm/nilmdb@10637 ddd99763-3ecb-0310-9145-efcb8ce7c51f
tags/bxinterval-last
Jim Paris 12 years ago
parent
commit
8cc1dff0b8
2 changed files with 4 additions and 3 deletions
  1. +3
    -3
      setup.cfg
  2. +1
    -0
      tests/test_cmdline.py

+ 3
- 3
setup.cfg View File

@@ -5,12 +5,12 @@ with-coverage=1
cover-inclusive=1 cover-inclusive=1
cover-package=nilmdb cover-package=nilmdb
cover-erase=1 cover-erase=1
#cover-html=1 # this works, puts html output in cover/ dir
#cover-branches=1 # need nose 1.1.3 for this
##cover-html=1 # this works, puts html output in cover/ dir
##cover-branches=1 # need nose 1.1.3 for this
stop=1 stop=1
verbosity=2 verbosity=2
#tests=tests/test_nilmdb.py #tests=tests/test_nilmdb.py
#tests=tests/test_client.py #tests=tests/test_client.py
#with-profile=1 #with-profile=1
#profile-sort=time #profile-sort=time
#profile-restrict=10 # doesn't work right, treated as string or something
##profile-restrict=10 # doesn't work right, treated as string or something

+ 1
- 0
tests/test_cmdline.py View File

@@ -1,5 +1,6 @@
import nilmdb import nilmdb
from nilmdb.printf import * from nilmdb.printf import *
import nilmdb.cmdline


from nose.tools import * from nose.tools import *
from nose.tools import assert_raises from nose.tools import assert_raises


Loading…
Cancel
Save