Skip to content

Commit 2d7ba3b

Browse files
committed
-
1 parent abcb5af commit 2d7ba3b

File tree

8 files changed

+0
-15
lines changed

8 files changed

+0
-15
lines changed

source_py3/test_python_toolbox/test_misc_tools/test_add_extension_if_plain.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Copyright 2009-2014 Ram Rachum.
22
# This program is distributed under the MIT license.
33

4-
'''Testing module for `find_clear_place_on_circle`.'''
5-
64
import pathlib
75

86
import nose.tools

source_py3/test_python_toolbox/test_misc_tools/test_decimal_number_from_string.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Copyright 2009-2014 Ram Rachum.
22
# This program is distributed under the MIT license.
33

4-
'''Testing module for `find_clear_place_on_circle`.'''
5-
64
import nose.tools
75

86
from python_toolbox import cute_testing

source_py3/test_python_toolbox/test_misc_tools/test_find_clear_place_on_circle.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Copyright 2009-2014 Ram Rachum.
22
# This program is distributed under the MIT license.
33

4-
'''Testing module for `find_clear_place_on_circle`.'''
5-
64
import nose.tools
75

86
from python_toolbox.misc_tools import find_clear_place_on_circle

source_py3/test_python_toolbox/test_misc_tools/test_get_mro_depth_of_method.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Copyright 2009-2014 Ram Rachum.
22
# This program is distributed under the MIT license.
33

4-
'''Testing module for `python_toolbox.misc_tools.get_mro_depth_of_method`.'''
5-
64
from python_toolbox.misc_tools import get_mro_depth_of_method
75

86

source_py3/test_python_toolbox/test_misc_tools/test_is_legal_variable_name.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Copyright 2009-2014 Ram Rachum.
22
# This program is distributed under the MIT license.
33

4-
'''Testing module for `python_toolbox.misc_tools.is_legal_variable_name`.'''
5-
64
from python_toolbox.misc_tools import is_legal_ascii_variable_name
75

86

source_py3/test_python_toolbox/test_misc_tools/test_name_mangling/test_demangling.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Copyright 2009-2014 Ram Rachum.
22
# This program is distributed under the MIT license.
33

4-
'''Testing module for name demangling.'''
5-
64

75
from python_toolbox.misc_tools import name_mangling
86
from python_toolbox.misc_tools.name_mangling import \

source_py3/test_python_toolbox/test_misc_tools/test_name_mangling/test_pocket.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Copyright 2009-2014 Ram Rachum.
22
# This program is distributed under the MIT license.
33

4-
54
from python_toolbox.misc_tools import pocket
65

76

source_py3/test_python_toolbox/test_misc_tools/test_name_mangling/test_repeat_getattr.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Copyright 2009-2014 Ram Rachum.
22
# This program is distributed under the MIT license.
33

4-
'''Testing module for name demangling.'''
5-
64
from python_toolbox import cute_testing
75

86
from python_toolbox.misc_tools import repeat_getattr

0 commit comments

Comments
 (0)