Run Pytest with Allure and Coverage Reports / tests (push) Successful in 37s
18 lines
304 B
TOML
18 lines
304 B
TOML
[project]
|
|
name = "slic"
|
|
version = "0.1.0"
|
|
channels = ["conda-forge", "paulscherrerinstitute"]
|
|
platforms = ["linux-64"]
|
|
|
|
[dependencies]
|
|
python = "3.8.*"
|
|
pytest = "*"
|
|
coverage = "*"
|
|
pytest-html = "*"
|
|
pytest-cov = "*"
|
|
allure-pytest = "*"
|
|
|
|
[pypi-dependencies]
|
|
pytest-md-report = "*"
|
|
pytest-json-report = "*"
|