boltons/tests
Mahmoud Hashemi 14208cf6e3 fix kwonly arg removal in funcutils.FunctionBuilder, thus fixing funcutils.wraps, which fixes #123 2017-04-13 23:58:21 -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 Use a conftest collection ignore to ignore Python 3-only test modules. 2016-05-25 00:04:02 -07: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 Preserve original docstring in cachedproperty 2017-01-13 09:36:23 -06:00
test_debugutils_trace.py pluggable hook for wrap_trace 2016-05-20 01:46:28 -07:00
test_dictutils.py better test name (test_default -> test_setdefault) 2015-09-09 03:32:02 -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 one last 2.6 fix, guess I should get 2.6 running locally, eh? 2015-05-17 22:37:56 -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 disable gcutils time checking, too variable 2015-05-19 00:14:34 -07:00
test_ioutils.py Implement __nonzero__ for SpooledBytesIO, SpooledStringIO 2016-11-14 15:55:01 -06:00
test_iterutils.py iterutils: add research function 2017-03-11 19:34:58 -08: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 test module naming 2015-05-17 17:22:23 -07: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 queueutils tests 2015-05-19 00:24:22 -07:00
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 adding tableutils tests 2015-05-20 00:08:36 -07: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 unicode test from hyperlink 2017-03-20 18:17:16 -07:00