-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Milestone
Description
https://docs.python.org/3.6/library/doctest.html
- Configure pytest
- Configure pytest coverage
- Fix connection documentation README.rst
Connecting mode one: - pytest --doctest-modules freezes computer pytest-dev/pytest#2854
- Configure pytest doctest .rst files
pytest --doctest-glob='*.rst' - Configure pytest doctest doc comments
pytest --doctest-modules - The ‘doctest_namespace’ fixture: https://docs.pytest.org/en/latest/doctest.html#the-doctest-namespace-fixture
- Configure pytest doctest .rst files
Execute pytest --doctest-modules freeze computer
in docker freezes too
[ ] Create enviroment docker[ ] Create make docker script (https://krzysztofzuraw.com/blog/2016/makefiles-in-python-projects.html)
docker-run:
docker build \
--file=./Dockerfile \
--tag=my_project ./
docker run \
--detach=false \
--name=my_project \
--publish=$(HOST):8080 \
my_project
[ ] Test in docker enviroment
Reactions are currently unavailable