diff --git a/.copier-answers.yml b/.copier-answers.yml index d1a1e33..cf890de 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 21bfced +_commit: 4c4a10a _src_path: git@github.com:atropos112/template-python-pkg.git author: atropos email: sv7n@pm.me diff --git a/tests/example_test.py b/tests/example_test.py new file mode 100644 index 0000000..32daea0 --- /dev/null +++ b/tests/example_test.py @@ -0,0 +1,3 @@ +# This test should be deleted, its only there to make pytest work to begin with (until real tests are added) +def test_example(): + assert 1 == 1