We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58acf15 commit e5b22ecCopy full SHA for e5b22ec
scripts/tests/py/test_metadata.py
@@ -31,7 +31,7 @@ def setUp(self):
31
discriminator=1234, py_script_path="/scripts/tests/py/simple_run_args.py", run="run1", passcode=20202021)
32
33
# gets the metadata associated with each run by parsing the test script and compares it to the expected metadata values
34
- def test_case1(self):
+ def test_run_metadata_parser(self):
35
for actual_run in self.actual_runs_metadata:
36
self.assertEqual(self.actual_runs_metadata[actual_run], self.expected_runs_metadata[actual_run])
37
0 commit comments