Added test action
This commit is contained in:
@@ -1,2 +1,18 @@
|
||||
[tool.black]
|
||||
line-length = 120
|
||||
line-length = 120
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
pythonpath = [
|
||||
"src/api",
|
||||
"src/application",
|
||||
"src/auth",
|
||||
"src/cli",
|
||||
"src/core",
|
||||
"src/database",
|
||||
"src/dependency",
|
||||
"src/graphql",
|
||||
"src/mail",
|
||||
"src/query",
|
||||
"src/translation"
|
||||
]
|
||||
testpaths = ["test"]
|
||||
Reference in New Issue
Block a user