Skip to content
Snippets Groups Projects
Commit a6666d40 authored by Dmitry Ivanov's avatar Dmitry Ivanov Committed by Maksim Kaitmazian
Browse files

feat(tests): Add Pipenv and pytest config

parent 7d2e77b3
No related branches found
No related tags found
1 merge request!920pgproto module
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pg8000 = "*"
pytest-xdist = "*"
pytest = "*"
flake8 = "*"
black = "*"
tarantool = "*"
funcy = "*"
mypy = "*"
pytest-clarity = "*"
prettytable = "*"
pytest_harvest = "*"
pytest-repeat = "*"
msgpack = "*"
pexpect = "*"
[requires]
python_version = "3.10"
[scripts]
fmt = """bash -c "
set -e -x
pipenv run black ./test
"
"""
lint = """bash -c "
set -e -x
pipenv run flake8 ./test
pipenv run black ./test --check --diff
pipenv run mypy ./test
"
"""
This diff is collapsed.
[pytest]
testpaths =
test
addopts =
-v --showlocals
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment