Skip to content

Instantly share code, notes, and snippets.

@hudsonbrendon
Created August 15, 2022 05:28
Show Gist options
  • Save hudsonbrendon/2f02b283659709fb69803d64c39016a6 to your computer and use it in GitHub Desktop.
Save hudsonbrendon/2f02b283659709fb69803d64c39016a6 to your computer and use it in GitHub Desktop.
import pytest
from ingresso import Ingresso
@pytest.fixture
def ingresso():
return Ingresso(
48,
"cinepolis",
)
@pytest.fixture
def now_playing():
return {"test": "test"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment