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

Method accept

tools/triage_tests.py:300–305  ·  view source on GitHub ↗

Accept this test by copying the generated result to the source tree.

(self)

Source from the content-addressed store, hash-verified

298 return f'{box} {self.name} [{self.extension}]'
299
300 def accept(self):
301 """
302 Accept this test by copying the generated result to the source tree.
303 """
304 copy_file(self.dir / self.generated, self.destdir / self.generated)
305 self.status = 'accept'
306
307 def reject(self):
308 """

Callers 1

accept_testMethod · 0.45

Calls 1

copy_fileFunction · 0.85

Tested by

no test coverage detected