diff --git a/.coveragerc b/.coveragerc new file mode 100644 index 0000000..7294ebb --- /dev/null +++ b/.coveragerc @@ -0,0 +1,10 @@ +[run] +branch = True +source = src +omit = + */tests/* + */migrations/* + +[report] +show_missing = True +fail_under = 80 \ No newline at end of file diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..fa7df11 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,3 @@ +[pytest] +testpaths = tests/ +python_files = test_*.py \ No newline at end of file