MCPcopy Create free account
hub / github.com/Netflix/vmaf / test_run_testing_psnr

Method test_run_testing_psnr

python/test/command_line_test.py:60–65  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

58 self.assertEqual(ret, 0)
59
60 def test_run_testing_psnr(self):
61 exe = VmafConfig.root_path('python', 'vmaf', 'script', 'run_testing.py')
62 cmd = "{exe} PSNR {dataset} --parallelize --suppress-plot".format(
63 exe=exe, dataset=self.dataset_filename)
64 ret = run_process(cmd, shell=True)
65 self.assertEqual(ret, 0)
66
67 def test_run_testing_proccesses0(self):
68 exe = VmafConfig.root_path('python', 'vmaf', 'script', 'run_testing.py')

Callers

nothing calls this directly

Calls 3

run_processFunction · 0.90
root_pathMethod · 0.80
assertEqualMethod · 0.80

Tested by

no test coverage detected