https://docs.python.org/3.6/library/doctest.html - [x] Configure pytest - [x] Configure pytest coverage - [ ] Fix connection documentation README.rst `Connecting mode one:` - [ ] https://github.com/pytest-dev/pytest/issues/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 --- ## 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~
https://docs.python.org/3.6/library/doctest.html
Connecting mode one:pytest --doctest-glob='*.rst'pytest --doctest-modulesExecute
pytest --doctest-modulesfreeze computerin docker freezes too
[ ] Create enviroment docker[ ] Create make docker script (https://krzysztofzuraw.com/blog/2016/makefiles-in-python-projects.html)[ ] Test in docker enviroment