Removed needless verbage from tests modules.
This commit is contained in:
parent
285c6c7254
commit
f66dfd592d
@ -1,15 +0,0 @@
|
|||||||
from .test_vertex import TestVertex
|
|
||||||
from .test_edge import TestEdge
|
|
||||||
from .test_polymesh import TestPM
|
|
||||||
from .subd.test_cc import TestCC
|
|
||||||
|
|
||||||
|
|
||||||
# I only use the convoluted Class.__name__ to pass pyflakes (it complains about
|
|
||||||
# importing and not using the modules otherwise ...
|
|
||||||
|
|
||||||
__all__ = [
|
|
||||||
TestVertex.__name__,
|
|
||||||
TestEdge.__name__,
|
|
||||||
TestPM.__name__,
|
|
||||||
TestCC.__name__,
|
|
||||||
]
|
|
@ -1,5 +0,0 @@
|
|||||||
from .test_cc import TestCC
|
|
||||||
|
|
||||||
__all__ = [
|
|
||||||
TestCC.__name__,
|
|
||||||
]
|
|
Loading…
Reference in New Issue
Block a user