.. |
.coveragerc
|
add a bit of coverage utility stuff in case others would like to run it (though the py2/py3 stuff would make getting to 100 a big ole headache. need to look at tox + coverage combining for that at some point)
|
2016-07-31 19:03:15 -07:00 |
__init__.py
|
…
|
|
conftest.py
|
Use a conftest collection ignore to ignore Python 3-only test modules.
|
2016-05-25 00:04:02 -07:00 |
jsonl_test_data.txt
|
…
|
|
newlines_test_data.txt
|
…
|
|
test_cacheutils.py
|
add cacheutils.MinIDMap (though pypy support is incomplete)
|
2018-03-02 00:11:01 -08:00 |
test_debugutils_trace.py
|
pluggable hook for wrap_trace
|
2016-05-20 01:46:28 -07:00 |
test_dictutils.py
|
added one-to-one class to dictutils
|
2017-08-19 19:16:06 -07:00 |
test_ecoutils.py
|
quick ecoutils scrub test
|
2016-05-23 22:39:33 -07:00 |
test_fileutils.py
|
…
|
|
test_formatutils.py
|
test_formatutils: add a basic test for DeferredValue
|
2017-09-06 16:33:40 -07:00 |
test_funcutils.py
|
adding total_ordering backport for python 2.6
|
2016-07-18 22:11:47 -07:00 |
test_funcutils_fb.py
|
add a __wrapped__ attribute to functions wrapped with funcutils.wraps, fixing #115.
|
2017-01-22 18:45:47 -08:00 |
test_funcutils_fb_py3.py
|
fix kwonly arg removal in funcutils.FunctionBuilder, thus fixing funcutils.wraps, which fixes #123
|
2017-04-13 23:58:21 -07:00 |
test_gcutils.py
|
…
|
|
test_ioutils.py
|
Fix line-by-line file iteration in ioutils modules
|
2017-11-09 21:08:18 -08:00 |
test_iterutils.py
|
test_iterutils: add a test for remap on closed files
|
2017-12-15 22:32:36 -08:00 |
test_jsonutils.py
|
…
|
|
test_listutils.py
|
…
|
|
test_mathutils.py
|
add some basic tests for clamp
|
2017-06-18 14:53:48 +02:00 |
test_namedutils.py
|
…
|
|
test_queueutils.py
|
…
|
|
test_setutils.py
|
setutils tests
|
2015-05-19 01:06:46 -07:00 |
test_socketutils.py
|
fix socketutils shutdown test error on OS X (fixing #71)
|
2016-05-23 02:01:20 -07:00 |
test_statsutils.py
|
add basic statsutils tests
|
2015-05-19 01:21:40 -07:00 |
test_statsutils_histogram.py
|
adding statsutils histogram tests
|
2016-06-11 18:05:50 -07:00 |
test_strutils.py
|
Rename range2list() & list2range() functions to parse_int_list() & format_int_list().
|
2016-05-23 16:11:50 +08:00 |
test_tableutils.py
|
tableutils.Table: add thead/tbody tags to the default html table, enabling more styling, and handy stuff like jquery datatables, fixes #151.
|
2018-03-01 23:27:14 -08:00 |
test_tbutils.py
|
Make Callpoint.to_dict result JSON serializable
|
2017-01-16 11:01:53 -06:00 |
test_tbutils_parsed_exc.py
|
add the ability to convert parsed exceptions back into strings, as well as split out testing for the parsed exception
|
2016-06-07 18:53:29 -07:00 |
test_timeutils.py
|
allow daterange to run backwards as well as forwards. greatly enhance daterange's docstring. make stop a required argument (though None will still work). user operator module instead of lambdas for clarity.
|
2016-05-21 00:26:06 -07:00 |
test_typeutils.py
|
setting Sentinel __nonzero__/__bool__ alias and also adding a test for sentinel falsiness
|
2017-02-15 02:10:55 -08:00 |
test_urlutils.py
|
add a TODO test
|
2017-05-06 17:09:42 -07:00 |