(self)
| 73 | self.assertEqual(pc.python_complete_path, "teeest.test.Test") |
| 74 | |
| 75 | def test_str(self): |
| 76 | pc = PythonModule(module="test.Test", base_path="teeest") |
| 77 | self.assertEqual(str(pc), "test.Test") |
| 78 | |
| 79 | def test_unique_together(self): |
| 80 | try: |
nothing calls this directly
no test coverage detected