Skip to content

Commit 5e78e5b

Browse files
committed
Testing
1 parent 9166124 commit 5e78e5b

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

pyproject.toml

+17-17
Original file line numberDiff line numberDiff line change
@@ -70,21 +70,21 @@ envlist = py312,cov-report
7070
skip_missing_interpreters = true
7171
usedevelop = true
7272
73-
[testenv]
74-
setenv =
75-
COVERAGE_FILE = .coverage.{envname}
76-
deps =
77-
-r requirements-dev.txt
78-
commands =
79-
flake8 --exclude="venv/,.tox/" patterns/
80-
pytest --randomly-seed=1234 --doctest-modules patterns/
81-
pytest -s -vv --cov=patterns/ --log-level=INFO tests/
73+
#[testenv]
74+
#setenv =
75+
# COVERAGE_FILE = .coverage.{envname}
76+
#deps =
77+
# -r requirements-dev.txt
78+
#commands =
79+
# flake8 --exclude="venv/,.tox/" patterns/
80+
# coverage run -m pytest --randomly-seed=1234 --doctest-modules patterns/
81+
# coverage run -m pytest -s -vv --cov=patterns/ --log-level=INFO tests/
8282
83-
[testenv:cov-report]
84-
setenv =
85-
COVERAGE_FILE = .coverage
86-
deps = coverage
87-
commands =
88-
coverage combine
89-
coverage report
90-
"""
83+
#[testenv:cov-report]
84+
#setenv =
85+
# COVERAGE_FILE = .coverage
86+
#deps = coverage
87+
#commands =
88+
# coverage combine
89+
# coverage report
90+
#"""

0 commit comments

Comments
 (0)