boltons/tests
Mahmoud Hashemi 7cbe37eaf9 document funcutils.wraps and funcutils.FunctionBuilder. also switch FunctionBuilder on Python 2 to be congruent with Python 3 (keywords -> varkw) 2016-06-08 02:23:51 -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 initial implementation of cachedproperty and tests, addressing #66. docs soon. 2016-05-17 01:32:55 -07: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 funcutils tests and making CachedInstancePartial Py3 friendly without breaking PyPy. 2015-05-17 20:48:56 -07:00
test_funcutils_fb.py document funcutils.wraps and funcutils.FunctionBuilder. also switch FunctionBuilder on Python 2 to be congruent with Python 3 (keywords -> varkw) 2016-06-08 02:23:51 -07:00
test_funcutils_fb_py3.py functools.FunctionBuilder: Widen keyword-only regex, add tests for it 2016-05-25 00:31:29 -07:00
test_gcutils.py disable gcutils time checking, too variable 2015-05-19 00:14:34 -07:00
test_iterutils.py enable 0-start values for backoff, more validation, more tests! 2016-02-24 02:00:31 -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_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 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_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