nilmdb/tests
Jim Paris 3d82888580 Enforce method types, and require POST for actions that change things.
This is a pretty big change that will render existing clients unable
to modify the database, but it's important that we use POST or PUT
instead of GET for anything that may change state, in case this
is ever put behind a cache.
2013-02-25 21:05:01 -05:00
..
data Add --timestamp-raw option to extract and list 2013-01-24 16:03:38 -05:00
testutil Move some helper functions around 2013-01-09 17:39:29 -05:00
runtests.py Move runtests.py script into test directory 2013-02-01 15:47:47 -05:00
test_bulkdata.py Huge cleanup of namespaces, modules, packages, imports. 2013-01-28 19:04:52 -05:00
test_client.py Enforce method types, and require POST for actions that change things. 2013-02-25 21:05:01 -05:00
test_cmdline.py Improve serializer_proxy and verify_thread_proxy 2013-02-23 14:28:37 -05:00
test_interval.py Strictly enforce (start < end) for all intervals. 2013-02-21 14:06:40 -05:00
test_iteratorizer.py Add pycurl-specific hack to Iteratorizer 2013-01-24 19:06:20 -05:00
test_layout.py Huge cleanup of namespaces, modules, packages, imports. 2013-01-28 19:04:52 -05:00
test_lrucache.py Fix lrucache decorator argspecs 2013-01-18 17:13:50 -05:00
test_mustclose.py More fixes to mustclose decorator and argspecs 2013-01-18 17:21:30 -05:00
test_nilmdb.py Enforce method types, and require POST for actions that change things. 2013-02-25 21:05:01 -05:00
test_printf.py Move test helpers into subdirectory 2013-01-05 15:00:34 -05:00
test_rbtree.py Huge cleanup of namespaces, modules, packages, imports. 2013-01-28 19:04:52 -05:00
test_serializer.py Improve serializer_proxy and verify_thread_proxy 2013-02-23 14:28:37 -05:00
test_threadsafety.py Improve serializer_proxy and verify_thread_proxy 2013-02-23 14:28:37 -05:00
test_timestamper.py Move datetime_tz package under nilmdb.utils 2013-01-30 19:03:42 -05:00
test.order Implement verify_thread_safety to check for unsafe access patterns 2013-02-23 11:25:02 -05:00