diff options
-rw-r--r-- | tests/cli/test_arghparse.py (renamed from tests/module/cli/test_arghparse.py) | 0 | ||||
-rw-r--r-- | tests/cli/test_input.py (renamed from tests/module/cli/test_input.py) | 0 | ||||
-rw-r--r-- | tests/test_bash.py (renamed from tests/module/test_bash.py) | 0 | ||||
-rw-r--r-- | tests/test_caching.py (renamed from tests/module/test_caching.py) | 0 | ||||
-rw-r--r-- | tests/test_chksum.py (renamed from tests/module/test_chksum.py) | 0 | ||||
-rw-r--r-- | tests/test_chksum_defaults.py (renamed from tests/module/test_chksum_defaults.py) | 0 | ||||
-rw-r--r-- | tests/test_containers.py (renamed from tests/module/test_containers.py) | 0 | ||||
-rw-r--r-- | tests/test_contexts.py (renamed from tests/module/test_contexts.py) | 0 | ||||
-rw-r--r-- | tests/test_currying.py (renamed from tests/module/test_currying.py) | 0 | ||||
-rw-r--r-- | tests/test_data_source.py (renamed from tests/module/test_data_source.py) | 0 | ||||
-rw-r--r-- | tests/test_decorators.py (renamed from tests/module/test_decorators.py) | 0 | ||||
-rw-r--r-- | tests/test_demandload.py (renamed from tests/module/test_demandload.py) | 0 | ||||
-rw-r--r-- | tests/test_demandload_usage.py (renamed from tests/module/test_demandload_usage.py) | 0 | ||||
-rw-r--r-- | tests/test_dependant_methods.py (renamed from tests/module/test_dependant_methods.py) | 0 | ||||
-rw-r--r-- | tests/test_descriptors.py (renamed from tests/module/test_descriptors.py) | 0 | ||||
-rw-r--r-- | tests/test_eq_hash_inheritance.py (renamed from tests/module/test_eq_hash_inheritance.py) | 0 | ||||
-rw-r--r-- | tests/test_fileutils.py (renamed from tests/module/test_fileutils.py) | 0 | ||||
-rw-r--r-- | tests/test_formatters.py (renamed from tests/module/test_formatters.py) | 0 | ||||
-rw-r--r-- | tests/test_iterables.py (renamed from tests/module/test_iterables.py) | 0 | ||||
-rw-r--r-- | tests/test_klass.py (renamed from tests/module/test_klass.py) | 0 | ||||
-rw-r--r-- | tests/test_mappings.py (renamed from tests/module/test_mappings.py) | 0 | ||||
-rw-r--r-- | tests/test_modules.py (renamed from tests/module/test_modules.py) | 0 | ||||
-rw-r--r-- | tests/test_obj.py (renamed from tests/module/test_obj.py) | 0 | ||||
-rw-r--r-- | tests/test_osutils.py (renamed from tests/module/test_osutils.py) | 0 | ||||
-rw-r--r-- | tests/test_process.py (renamed from tests/module/test_process.py) | 0 | ||||
-rw-r--r-- | tests/test_process_spawn.py (renamed from tests/module/test_process_spawn.py) | 0 | ||||
-rw-r--r-- | tests/test_sequences.py (renamed from tests/module/test_sequences.py) | 0 | ||||
-rw-r--r-- | tests/test_slot_shadowing.py (renamed from tests/module/test_slot_shadowing.py) | 0 | ||||
-rw-r--r-- | tests/test_source_hygene.py (renamed from tests/module/test_source_hygene.py) | 0 | ||||
-rw-r--r-- | tests/test_stringio.py (renamed from tests/module/test_stringio.py) | 0 | ||||
-rw-r--r-- | tests/test_strings.py (renamed from tests/module/test_strings.py) | 0 | ||||
-rw-r--r-- | tests/test_version.py (renamed from tests/module/test_version.py) | 0 | ||||
-rw-r--r-- | tests/test_weakrefs.py (renamed from tests/module/test_weakrefs.py) | 0 |
33 files changed, 0 insertions, 0 deletions
diff --git a/tests/module/cli/test_arghparse.py b/tests/cli/test_arghparse.py index 754a81e..754a81e 100644 --- a/tests/module/cli/test_arghparse.py +++ b/tests/cli/test_arghparse.py diff --git a/tests/module/cli/test_input.py b/tests/cli/test_input.py index 128c210..128c210 100644 --- a/tests/module/cli/test_input.py +++ b/tests/cli/test_input.py diff --git a/tests/module/test_bash.py b/tests/test_bash.py index f98606c..f98606c 100644 --- a/tests/module/test_bash.py +++ b/tests/test_bash.py diff --git a/tests/module/test_caching.py b/tests/test_caching.py index d83a72b..d83a72b 100644 --- a/tests/module/test_caching.py +++ b/tests/test_caching.py diff --git a/tests/module/test_chksum.py b/tests/test_chksum.py index b21a0c8..b21a0c8 100644 --- a/tests/module/test_chksum.py +++ b/tests/test_chksum.py diff --git a/tests/module/test_chksum_defaults.py b/tests/test_chksum_defaults.py index 4d1a2a9..4d1a2a9 100644 --- a/tests/module/test_chksum_defaults.py +++ b/tests/test_chksum_defaults.py diff --git a/tests/module/test_containers.py b/tests/test_containers.py index e4d3a12..e4d3a12 100644 --- a/tests/module/test_containers.py +++ b/tests/test_containers.py diff --git a/tests/module/test_contexts.py b/tests/test_contexts.py index 302e382..302e382 100644 --- a/tests/module/test_contexts.py +++ b/tests/test_contexts.py diff --git a/tests/module/test_currying.py b/tests/test_currying.py index a9b705d..a9b705d 100644 --- a/tests/module/test_currying.py +++ b/tests/test_currying.py diff --git a/tests/module/test_data_source.py b/tests/test_data_source.py index 774e627..774e627 100644 --- a/tests/module/test_data_source.py +++ b/tests/test_data_source.py diff --git a/tests/module/test_decorators.py b/tests/test_decorators.py index 647c611..647c611 100644 --- a/tests/module/test_decorators.py +++ b/tests/test_decorators.py diff --git a/tests/module/test_demandload.py b/tests/test_demandload.py index bd78e82..bd78e82 100644 --- a/tests/module/test_demandload.py +++ b/tests/test_demandload.py diff --git a/tests/module/test_demandload_usage.py b/tests/test_demandload_usage.py index bf0d188..bf0d188 100644 --- a/tests/module/test_demandload_usage.py +++ b/tests/test_demandload_usage.py diff --git a/tests/module/test_dependant_methods.py b/tests/test_dependant_methods.py index ffd6d36..ffd6d36 100644 --- a/tests/module/test_dependant_methods.py +++ b/tests/test_dependant_methods.py diff --git a/tests/module/test_descriptors.py b/tests/test_descriptors.py index 1720e31..1720e31 100644 --- a/tests/module/test_descriptors.py +++ b/tests/test_descriptors.py diff --git a/tests/module/test_eq_hash_inheritance.py b/tests/test_eq_hash_inheritance.py index a1e186d..a1e186d 100644 --- a/tests/module/test_eq_hash_inheritance.py +++ b/tests/test_eq_hash_inheritance.py diff --git a/tests/module/test_fileutils.py b/tests/test_fileutils.py index 065f234..065f234 100644 --- a/tests/module/test_fileutils.py +++ b/tests/test_fileutils.py diff --git a/tests/module/test_formatters.py b/tests/test_formatters.py index 2b73216..2b73216 100644 --- a/tests/module/test_formatters.py +++ b/tests/test_formatters.py diff --git a/tests/module/test_iterables.py b/tests/test_iterables.py index c073a36..c073a36 100644 --- a/tests/module/test_iterables.py +++ b/tests/test_iterables.py diff --git a/tests/module/test_klass.py b/tests/test_klass.py index e9d5173..e9d5173 100644 --- a/tests/module/test_klass.py +++ b/tests/test_klass.py diff --git a/tests/module/test_mappings.py b/tests/test_mappings.py index 1692ac7..1692ac7 100644 --- a/tests/module/test_mappings.py +++ b/tests/test_mappings.py diff --git a/tests/module/test_modules.py b/tests/test_modules.py index 7a777c5..7a777c5 100644 --- a/tests/module/test_modules.py +++ b/tests/test_modules.py diff --git a/tests/module/test_obj.py b/tests/test_obj.py index 43c5c47..43c5c47 100644 --- a/tests/module/test_obj.py +++ b/tests/test_obj.py diff --git a/tests/module/test_osutils.py b/tests/test_osutils.py index 843b659..843b659 100644 --- a/tests/module/test_osutils.py +++ b/tests/test_osutils.py diff --git a/tests/module/test_process.py b/tests/test_process.py index 445e238..445e238 100644 --- a/tests/module/test_process.py +++ b/tests/test_process.py diff --git a/tests/module/test_process_spawn.py b/tests/test_process_spawn.py index c04fbf4..c04fbf4 100644 --- a/tests/module/test_process_spawn.py +++ b/tests/test_process_spawn.py diff --git a/tests/module/test_sequences.py b/tests/test_sequences.py index 2e542de..2e542de 100644 --- a/tests/module/test_sequences.py +++ b/tests/test_sequences.py diff --git a/tests/module/test_slot_shadowing.py b/tests/test_slot_shadowing.py index 5ba3fa0..5ba3fa0 100644 --- a/tests/module/test_slot_shadowing.py +++ b/tests/test_slot_shadowing.py diff --git a/tests/module/test_source_hygene.py b/tests/test_source_hygene.py index e454510..e454510 100644 --- a/tests/module/test_source_hygene.py +++ b/tests/test_source_hygene.py diff --git a/tests/module/test_stringio.py b/tests/test_stringio.py index 5cbefb2..5cbefb2 100644 --- a/tests/module/test_stringio.py +++ b/tests/test_stringio.py diff --git a/tests/module/test_strings.py b/tests/test_strings.py index c186e8c..c186e8c 100644 --- a/tests/module/test_strings.py +++ b/tests/test_strings.py diff --git a/tests/module/test_version.py b/tests/test_version.py index ab74e57..ab74e57 100644 --- a/tests/module/test_version.py +++ b/tests/test_version.py diff --git a/tests/module/test_weakrefs.py b/tests/test_weakrefs.py index 79b2a34..79b2a34 100644 --- a/tests/module/test_weakrefs.py +++ b/tests/test_weakrefs.py |