boltons/tests
Mahmoud Hashemi 2d7f4a1558 handle non-unique one-to-one inputs 2019-06-11 19:10:22 -07:00
..
.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 Properly parse tracebacks with missing source. Resolves #30 2015-04-19 00:21:19 -07:00
conftest.py correct version-specific test selection logic 2019-01-17 15:10:34 -08:00
jsonl_test_data.txt adding jsonutils tests 2015-05-18 21:37:49 -07:00
newlines_test_data.txt adding jsonutils tests 2015-05-18 21:37:49 -07:00
test_cacheutils.py Updates cache size test for pypy 2019-02-07 19:23:49 -08:00
test_debugutils_trace.py pluggable hook for wrap_trace 2016-05-20 01:46:28 -07:00
test_dictutils.py handle non-unique one-to-one inputs 2019-06-11 19:10:22 -07:00
test_ecoutils.py quick ecoutils scrub test 2016-05-23 22:39:33 -07:00
test_fileutils.py adding FilePerms tests 2015-05-17 20:07:59 -07:00
test_formatutils.py test_formatutils: add a basic test for DeferredValue 2017-09-06 16:33:40 -07:00
test_funcutils.py stop templating in docstrings in the function builder, since it gets copied with __doc__ anyways, fixes #191 2018-12-10 11:52:33 -08:00
test_funcutils_fb.py FunctionBuilder.get_arg_names, plus some py2 testing 2019-02-26 23:20:28 -08:00
test_funcutils_fb_py3.py FunctionBuilder.get_arg_names, plus some py2 testing 2019-02-26 23:20:28 -08:00
test_funcutils_fb_py37.py fix a bit of windows funcutils flakiness 2019-02-10 11:10:58 -08:00
test_gcutils.py disable gcutils time checking, too variable 2015-05-19 00:14:34 -07:00
test_ioutils.py Fix spme spelling errors. 2018-10-11 15:11:30 -07:00
test_iterutils.py Fix spme spelling errors. 2018-10-11 15:11:30 -07:00
test_jsonutils.py adding jsonutils tests 2015-05-18 21:37:49 -07:00
test_listutils.py adding listutils tests, removing main block from listutils 2015-05-18 23:31:21 -07:00
test_mathutils.py got Bits passing tox locally, had to make the hex be byte-resolution, not octet. need to document the destructive operation there. 2019-02-09 00:09:14 -08:00
test_namedutils.py namedutils tests, fix a namedutils pickles issue, add an __all__ to namedutils 2015-05-19 00:13:17 -07:00
test_queueutils.py adding support for float priorities in queueutils 2019-02-13 12:18:00 +01:00
test_setutils.py added unit tests swizzled around doctests a little 2019-01-18 11:59:54 -08: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 add gzip_bytes 2019-02-27 23:47:14 -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 Fix bug in implementation of `timeutils.daterange` 2018-10-11 00:47:00 -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 __str__ function to boltons.urlutils.URL 2018-12-22 18:58:03 -08:00