.. |
files
|
add test files for archive
|
2017-10-27 22:11:18 +08:00 |
__init__.py
|
add testcase for Lookupdict and update tox, setup.py
|
2017-09-29 22:36:13 +08:00 |
test_archive.py
|
close file handle
|
2017-12-05 23:17:00 +08:00 |
test_cmd.py
|
fix cmd test
|
2018-02-14 20:50:55 +08:00 |
test_compat.py
|
rename ulib to urlib
|
2017-12-07 22:16:13 +08:00 |
test_console.py
|
add console which supply 'console_size' method to gain console size and its testcase
|
2017-11-06 23:14:26 +08:00 |
test_convert.py
|
fix: when given big number on Python 2, several convert funcs return values with unnecessary value 'L'.
|
2018-01-22 22:19:00 +08:00 |
test_dict.py
|
add OrderedDefaultDict, inspired by https://stackoverflow.com/questions/6190331/can-i-do-an-ordered-default-dict-in-python
|
2018-01-01 18:40:49 +08:00 |
test_dt.py
|
fix test for dt.timer
|
2018-04-23 20:40:47 +08:00 |
test_environ.py
|
environ.environ supports variable_name=None which means removing the variable from environment temporarily.
|
2018-03-19 21:37:08 +08:00 |
test_exception.py
|
improve test for exception.default_if_except
|
2018-04-29 18:40:58 +08:00 |
test_functional.py
|
add functional.compose
|
2018-02-10 12:47:13 +08:00 |
test_inspect.py
|
add test_func_supports_parameter and fix func_supports_parameter
|
2017-11-19 11:49:10 +08:00 |
test_iter.py
|
add iter.join
|
2018-02-03 00:31:35 +08:00 |
test_list.py
|
add list.flatten
|
2018-01-18 18:49:07 +08:00 |
test_misc.py
|
don't test trace, otherwise the coverage will be wrong.
|
2017-12-24 23:38:20 +08:00 |
test_network.py
|
add ip2int and int2ip to network
|
2018-01-22 22:30:50 +08:00 |
test_path.py
|
add test for path.fileext
|
2018-04-13 22:08:25 +08:00 |
test_platform.py
|
add LINUX, DARWIN, SUNOS, SMARTOS, FREEBSD, NETBSD, OPENBSD, AIX to platform
|
2017-12-07 22:57:22 +08:00 |
test_request.py
|
fix test update_query_params error with Python 3.5
|
2018-04-04 21:56:13 +08:00 |
test_set.py
|
improve test for set
|
2017-12-24 23:51:26 +08:00 |
test_slot.py
|
add slot.SlotBase and its test, doc
|
2018-05-05 20:53:40 +08:00 |
test_string.py
|
mv string.boolean to convert.boolean
|
2018-01-09 08:37:00 +08:00 |
test_system.py
|
add FileTracker which could track opening files
|
2017-12-27 01:02:58 +08:00 |
test_unit.py
|
add unit.Bytes which used to deal with bytes
|
2017-12-20 06:19:28 +08:00 |
testing.py
|
add testing which supply mockserver wrapper
|
2017-12-06 20:43:23 +08:00 |