Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 075ff631 authored by Dorian Turba's avatar Dorian Turba
Browse files

chore: update template test_main.py

parent 64f65406
No related branches found
No related tags found
No related merge requests found
"""Sample test module."""
from {{ cookiecutter.package_slug }} import main
import {{ cookiecutter.package_slug }}
def test_main():
"""Test main function."""
assert main()
assert {{ cookiecutter.package_slug }}.main()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment