MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / reject

Method reject

tools/triage_tests.py:307–314  ·  view source on GitHub ↗

Reject this test by copying the expected result to the source tree.

(self)

Source from the content-addressed store, hash-verified

305 self.status = 'accept'
306
307 def reject(self):
308 """
309 Reject this test by copying the expected result to the source tree.
310 """
311 expected = self.dir / self.expected
312 if not expected.is_symlink():
313 copy_file(expected, self.destdir / self.generated)
314 self.status = 'reject'
315
316
317def copy_file(a, b):

Callers 1

reject_testMethod · 0.45

Calls 1

copy_fileFunction · 0.85

Tested by

no test coverage detected