Skip to content

Commit

Permalink
adding pdb-diff prefix to comparison test names
Browse files Browse the repository at this point in the history
  • Loading branch information
lyskov authored and joewatchwell committed Jun 1, 2023
1 parent 3ae8294 commit 471b36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_diffusion.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def test_commands(self):
state = 'failed'
log = f'Subtest {test_file} failed:\n{e!r}'

self.results[test_file.rpartition('/')[-1]] = dict(state = state, log = log)
self.results[ 'pdb-diff:' + test_file.rpartition('/')[-1] ] = dict(state = state, log = log)

with open('.results.json', 'w') as f: json.dump(self.results, f, sort_keys=True, indent=2)

Expand Down

0 comments on commit 471b36e

Please sign in to comment.