This repository was archived by the owner on Feb 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 22
33# To update:
44# pip install wheel && pip install twine && python setup.py bdist_wheel && twine upload --skip-existing dist/*
5- __version__ = "1.2 .1"
5+ __version__ = "1.3 .1"
Original file line number Diff line number Diff line change @@ -41,7 +41,8 @@ def test_make_significant_runs(setup_runregistry):
4141
4242
4343def test_reset_RR_attributes_and_refresh_runs_signed_off (setup_runregistry ):
44- answers = runregistry .reset_RR_attributes_and_refresh_runs (runs = 362761 )
44+ answers = runregistry .reset_RR_attributes_and_refresh_runs (runs = 383843 )
45+ print (answers [0 ].text )
4546 # Cannot refresh runs which are not open
4647 assert all (
4748 [
@@ -66,7 +67,7 @@ def test_reset_RR_attributes_and_refresh_runs_open(setup_runregistry):
6667
6768
6869def test_manually_refresh_components_statuses_for_runs_signed_off (setup_runregistry ):
69- answers = runregistry .manually_refresh_components_statuses_for_runs (runs = 362761 )
70+ answers = runregistry .manually_refresh_components_statuses_for_runs (runs = 383843 )
7071 # Cannot refresh runs which are not open
7172 assert all (
7273 [
You can’t perform that action at this time.
0 commit comments