We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3305cfd commit 9b184e1Copy full SHA for 9b184e1
tests/test_payujson_profiling.py
@@ -14,7 +14,7 @@ def payujson_parser():
14
15
@pytest.fixture(scope="module")
16
def payujson_profiling():
17
- """Fixture returning a dict holding the parsed FMS timing content without hits."""
+ """Fixture returning a dict holding the parsed Payu JSON timing content."""
18
return {
19
"region": [
20
"payu_setup_duration_seconds",
@@ -29,7 +29,7 @@ def payujson_profiling():
29
30
31
def payujson_log_file():
32
- """Fixture returning the FMS timing content without hits column."""
+ """Fixture returning the Payu JSON timing content."""
33
return """{
34
"scheduler_job_id": "149764665.gadi-pbs",
35
"timings": {
0 commit comments