Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat committed Jul 28, 2024
1 parent 73338c5 commit c29e9c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/bgb_get_snapshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def make_and_run(rom_relative):

cmd = [
*bgb_exe,
"-autoexit"
"-hf",
"-stateonexit",
"-screenonexit", screenshot_path.absolute().as_posix(),
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pillow ~= 10.4.0
pytest ~= 8.3.0
pytest-describe ~= 2.2.0
# pytest-sugar ~= 1.0.0
pytest-sugar ~= 1.0.0

0 comments on commit c29e9c3

Please sign in to comment.