(self)
| 701 | |
| 702 | @requires_resource('network') |
| 703 | def test_all_names(self): |
| 704 | TESTDATAFILE = "DerivedName.txt" |
| 705 | testdata = download_test_data_file(TESTDATAFILE) |
| 706 | |
| 707 | with testdata: |
| 708 | self.run_name_tests(testdata) |
| 709 | |
| 710 | def run_name_tests(self, testdata): |
| 711 | names_ref = {} |
nothing calls this directly
no test coverage detected