Skip to content

Commit

Permalink
Merge pull request #231 from e100/code_tests
Browse files Browse the repository at this point in the history
Added the fix fixture to generate_screenshots.py
  • Loading branch information
e100 authored Jun 15, 2024
2 parents 075a1b7 + e5e711e commit 7f25893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/screenshots/generate_screenshots.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def app(qtbot):
return test_app


def test_save_screenshot_numeric_display(qtbot, request):
def test_save_screenshot_numeric_display(fix, qtbot, request):
with open("tests/screenshots/configs/pyefis.instruments.gauges.NumericDisplay.yaml") as cf:
config = yaml.safe_load(cf)
#widget = Screen("TEST", "pyefis.screens.screenbuilder", config)
Expand Down

0 comments on commit 7f25893

Please sign in to comment.