nilmdb/tests
Jim Paris cc4e3bdb76 Rename some nilmdb methods to be private
More work with nilmdb.stream_insert.  Checks for overlap between
parser output and database intervals, and actually inserts the
data into pytables.  Need to benchmark/figure out whether we can
use table.append rather than the row.append() nonsense -- it could
simplify things quite a bit.

Improve layout class and add tests to get more coverage.  Better
error handling on invalid inputs (reports the reason for the error)

Replace layout.fillrow with layout.filltable, but turns out that we
can probably just remove it anyway.

Add nilmdb.Timer for simple timing tests

Move some duplicated test suite helper functions into a new file,
test_helper.py

Add class to test_interval.py to match the others


git-svn-id: https://bucket.mit.edu/svn/nilm/nilmdb@10661 ddd99763-3ecb-0310-9145-efcb8ce7c51f
2012-03-29 21:43:05 +00:00
..
data Add some test prep data 2012-03-23 14:56:52 +00:00
test_client.py Rename some nilmdb methods to be private 2012-03-29 21:43:05 +00:00
test_cmdline.py Rename some nilmdb methods to be private 2012-03-29 21:43:05 +00:00
test_helpers.py Rename some nilmdb methods to be private 2012-03-29 21:43:05 +00:00
test_interval.py Rename some nilmdb methods to be private 2012-03-29 21:43:05 +00:00
test_layout.py Rename some nilmdb methods to be private 2012-03-29 21:43:05 +00:00
test_nilmdb.py Rename some nilmdb methods to be private 2012-03-29 21:43:05 +00:00
test_printf.py Rename some nilmdb methods to be private 2012-03-29 21:43:05 +00:00
test_serializer.py Rename some nilmdb methods to be private 2012-03-29 21:43:05 +00:00
test_timestamper.py pass data to server 2012-03-26 22:28:33 +00:00