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

Method test_run_testing_vmaf

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

Source from the content-addressed store, hash-verified

44 super().tearDown()
45
46 def test_run_testing_vmaf(self):
47 exe = VmafConfig.root_path('python', 'vmaf', 'script', 'run_testing.py')
48 cmd = "{exe} VMAF {dataset} --parallelize --suppress-plot".format(
49 exe=exe, dataset=self.dataset_filename)
50 ret = run_process(cmd, shell=True)
51 self.assertEqual(ret, 0)
52
53 def test_run_testing_vmaf_raw_dataset(self):
54 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