MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / test_pydev_analyze_ok

Method test_pydev_analyze_ok

tests_python/test_pydevcoverage.py:40–46  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

38 return invalid_files
39
40 def test_pydev_analyze_ok(self):
41 ref_valid_files = [__file__, os.path.join(self._resources_path, "_debugger_case18.py")]
42 ref_invalid_files = []
43
44 invalid_files = self._do_analyze(ref_valid_files)
45
46 self.assertEqual(ref_invalid_files, invalid_files)
47
48 def test_pydev_analyse_non_standard_encoding(self):
49 ref_valid_files = [os.path.join(self._resources_path, "_pydev_coverage_cyrillic_encoding_py%i.py" % sys.version_info[0])]

Callers

nothing calls this directly

Calls 2

_do_analyzeMethod · 0.95
joinMethod · 0.45

Tested by

no test coverage detected