Initial upload: Project Scaffold CLI with multi-language templates and CI/CD
This commit is contained in:
@@ -0,0 +1,15 @@
|
|||||||
|
"""Test module for {{ project_name }}."""
|
||||||
|
|
||||||
|
import pytest
|
||||||
|
|
||||||
|
from {{ project_slug }} import __version__
|
||||||
|
|
||||||
|
|
||||||
|
def test_version():
|
||||||
|
"""Test version is a string."""
|
||||||
|
assert isinstance(__version__, str)
|
||||||
|
|
||||||
|
|
||||||
|
def test_example():
|
||||||
|
"""Example test."""
|
||||||
|
assert True
|
||||||
Reference in New Issue
Block a user