Code Gen
This commit is contained in:
6
twitch-highlight/tests/__init__.py
Normal file
6
twitch-highlight/tests/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""Tests package."""
|
||||
|
||||
import sys
|
||||
from pathlib import Path
|
||||
|
||||
sys.path.insert(0, str(Path(__file__).parent.parent / "src"))
|
||||
8
twitch-highlight/tests/test_example.py
Normal file
8
twitch-highlight/tests/test_example.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""Example test module."""
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
def test_example():
|
||||
"""Example test function."""
|
||||
assert True
|
||||
Reference in New Issue
Block a user