refactor for independent test dirs #7
1 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "locit-testing"
|
name = "abratest"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
requires-python = "~=3.11"
|
requires-python = "~=3.11"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"pytest == 7.4.3",
|
"pytest == 7.4.3",
|
||||||
|
|
@ -12,7 +12,7 @@ dev = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.setuptools]
|
[tool.setuptools]
|
||||||
package-dir = {"" = "src"}
|
package-dir = {"" = "abratest"}
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
line-length = 120
|
line-length = 120
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue