Brian Warner
23c16717aa
test_util: tolerate os.statvfs missing on windows
...
The code in util.py can tolerate a missing os.statvfs, but the code which
tests that code's ability to tolerate a missing os.statvfs was itself unable
to tolerate a missing os.statvfs. Sigh.
2017-05-09 21:35:12 -07:00
Brian Warner
16c47de61b
test_util.py: fully cover util.py
2017-04-18 14:05:46 -04:00
Brian Warner
cf9053637c
test_util: free-space can be a 'long'
2017-03-03 05:49:25 -08:00
Brian Warner
5c751eb3ed
fix tests on windows
2016-12-15 19:52:26 -08:00
Brian Warner
b57928431a
add utility to estimate free disk space
2016-12-15 19:52:26 -08:00
laharah
aff13e9121
u""
cleanup on test_util.py
2016-06-04 14:09:19 -07:00
laharah
6a73d50fdd
added unicode_literals import to all apropriate modules
...
bug in twisted serverFromString prevents test.common and transit
from using unicode properly should revisit if twisted gets patched
2016-06-04 12:42:59 -07:00
Brian Warner
3850c164f7
move utility functions to util.py, add new ones
2016-05-28 18:13:32 -07:00