generated from jCloud/repository-template
Add tests for core.python.namespaces.PythonModuleNamespace
This commit is contained in:
@@ -11,4 +11,4 @@ class StrSubclass(str): ...
|
||||
(PythonModuleNamespace(StrSubclass('')), StrSubclass('')),
|
||||
])
|
||||
def test_PythonModuleNamespace_name_attribute(namespace, expected_name):
|
||||
assert namespace.name == expected_name
|
||||
assert namespace.name == expected_name
|
||||
|
||||
Reference in New Issue
Block a user