You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These would live either in a _fixtures.py imported into __init__.py, or perhaps better, a separate jubilant.fixtures module.
We at least need a fixture to create a model with a random model name and yield the jubilant.Juju instance. Not sure what other fixtures we should start with. Look at Pietro's conftest.py for inspiration.
Do we also need pytest command-line options, similar to Pietro's? IMO let's keep it more minimal for v1.
The text was updated successfully, but these errors were encountered:
These would live either in a _fixtures.py imported into
__init__.py
, or perhaps better, a separatejubilant.fixtures
module.We at least need a fixture to create a model with a random model name and yield the
jubilant.Juju
instance. Not sure what other fixtures we should start with. Look at Pietro's conftest.py for inspiration.Do we also need pytest command-line options, similar to Pietro's? IMO let's keep it more minimal for v1.
The text was updated successfully, but these errors were encountered: