WIP: make pytest-abra installable
also turn it into a pytest plugin (autoloaded)
This commit is contained in:
parent
88a217c4f2
commit
f7161d5c2c
1 changed files with 18 additions and 6 deletions
|
|
@ -1,18 +1,30 @@
|
||||||
[project]
|
[project]
|
||||||
name = "abratest"
|
name = "pytest-abra"
|
||||||
|
description = "A pytest plugin to test instances of abra recipes"
|
||||||
|
authors = [{name = "Local-IT e.V."}]
|
||||||
|
readme = "README.md"
|
||||||
version = "0.2.0"
|
version = "0.2.0"
|
||||||
requires-python = "~=3.11"
|
requires-python = "~=3.11"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"pytest == 7.4.3",
|
"pytest == 7.4.3",
|
||||||
|
"playwright >= 1.40",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.scripts]
|
||||||
dev = [
|
pytest11 = "pytest_abra.pytest_abra"
|
||||||
"ruff >= 0.1.7",
|
|
||||||
]
|
[project.classifiers]
|
||||||
|
Programming Language = "Python :: 3"
|
||||||
|
Programming Language = "Python :: 3.11"
|
||||||
|
Programming Language = "Python :: 3.12"
|
||||||
|
Framework = "Pytest"
|
||||||
|
|
||||||
[tool.setuptools]
|
[tool.setuptools]
|
||||||
package-dir = {"" = "abratest"}
|
package-dir = {"" = "pytest_abra"}
|
||||||
|
|
||||||
|
[build-system]
|
||||||
|
requires = ["setuptools>=42.0", "wheel", "pip >= 21.1"]
|
||||||
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
line-length = 120
|
line-length = 120
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue