We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc11f0e commit 7055ba0Copy full SHA for 7055ba0
tests/test_project_generation.py
@@ -1,5 +1,6 @@
1
import pybamm_cookiecutter as m
2
import pytest
3
+from pytest_cookies.plugin import Cookies
4
5
def test_version() -> None:
6
assert m.__version__
@@ -18,7 +19,7 @@ def custom_template(tmpdir):
18
19
return template
20
21
-def test_bake_custom_project(cookies, custom_template):
22
+def test_bake_custom_project(cookies: Cookies, custom_template):
23
"""
24
Testing if the projects exists in the tempdir
25
0 commit comments