boltons/tests
Michael Blahay e79511e6e7
#122 - Adding lstrip, rstrip, and strip for iterables (#253)
* Adding lstrip, rstrip, strip functions

* Adding tests for lstrip, rstrip, and strip

* Adding strip to documenation. Fixing python2 compatibility

* Fixing strip doc test

* Fixing another strip doc test

* Adding additional testing for lstrip, rstrip, and strip. Removing unnecessary import of sys
2020-06-21 22:19:35 -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 Fix warnings regarding invalid escape sequences 2020-02-01 00:22:52 +05:30
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 minidmap and thresholdcounter coverage and py3 compat 2020-01-07 14:19:22 -08:00
test_debugutils_trace.py pluggable hook for wrap_trace 2016-05-20 01:46:28 -07:00
test_dictutils.py Import ABC from collections.abc instead of collections for Python 3.9 compatibility. 2020-02-01 00:20:52 +05:30
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 test that method reassignment works 2020-03-23 11:54:15 -07:00
test_funcutils_fb.py Add support for partials in FunctionBuilder 2020-03-20 11:59:17 -04:00
test_funcutils_fb_py3.py different build_from default with partials 2020-03-25 10:22:48 -04:00
test_funcutils_fb_py37.py Add support for partials in FunctionBuilder 2020-03-20 11:59:17 -04: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 #122 - Adding lstrip, rstrip, and strip for iterables (#253) 2020-06-21 22:19:35 -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 add IndexedSet.__rsub__ which respects proper argument order, fixes #252 2020-04-21 02:03:26 -07:00
test_socketutils.py Fix NetstringSocket to correctly use arguments to .read_ns() method. 2020-03-28 09:38:32 +01: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 Rewrite ANSI stripping code with a regex, add tests. (#258) 2020-06-21 21:26:32 -07: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