This website works better with JavaScript.
Home
Help
Register
Sign In
nilm
/
nilmdb
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
64
Wiki
Activity
Browse Source
Test calling NilmDB.close twice to improve coverage
tags/nilmdb-2.0.0
Jim Paris
3 years ago
parent
c5c7f638e7
commit
d1e241a213
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
tests/test_nilmdb.py
+ 1
- 0
tests/test_nilmdb.py
View File
@@ -33,6 +33,7 @@ class Test00Nilmdb(object): # named 00 so it runs first
db.close()
db = nilmdb.server.NilmDB(testdb)
db.close()
db.close()
# test timer, just to get coverage
capture = io.StringIO()
Write
Preview
Loading…
Cancel
Save