.. |
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
|
remove unnecessary lines
|
2017-12-24 23:35:12 +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
|
add bin2oct, bin2dec, bin2hex, oct2bin, oct2dec, oct2hex, dec2bin, dec2oct, dec2hex, hex2bin, hex2oct, hex2dec to convert
|
2018-01-10 00:22:02 +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_environ.py
|
add environ.path which is a context manager for updating the PATH environment variable
|
2018-01-16 01:03:27 +08:00 |
test_exception.py
|
add exception.ignore
|
2017-12-17 17:14:32 +08:00 |
test_inspect.py
|
add test_func_supports_parameter and fix func_supports_parameter
|
2017-11-19 11:49:10 +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
|
improve network.get_free_port test
|
2017-12-17 01:07:29 +08:00 |
test_path.py
|
add path.is_super_path
|
2018-01-13 01:52:20 +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
|
improve test for pydu.request
|
2017-12-25 17:32:35 +08:00 |
test_set.py
|
improve test for set
|
2017-12-24 23:51:26 +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 |