Browse Source

disable TestLayoutSpeed for now

git-svn-id: https://bucket.mit.edu/svn/nilm/nilmdb@10995 ddd99763-3ecb-0310-9145-efcb8ce7c51f
tags/bxinterval-last
Jim Paris 11 years ago
parent
commit
82f753efb1
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      setup.cfg
  2. +1
    -1
      tests/test_layout.py

+ 1
- 1
setup.cfg View File

@@ -11,7 +11,7 @@ cover-erase=
stop=
verbosity=2
#tests=tests/test_cmdline.py
tests=tests/test_layout.py
#tests=tests/test_layout.py
#tests=tests/test_interval.py
#tests=tests/test_client.py
#tests=tests/test_timestamper.py


+ 1
- 1
tests/test_layout.py View File

@@ -207,7 +207,7 @@ class TestLayouts(object):
do_roundtrip(name_rawnotch, datagen)

class TestLayoutSpeed:
#@unittest.skip("this is slow")
@unittest.skip("this is slow")
def test_layout_speed(self):
import time



Loading…
Cancel
Save