We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://docs.python.org/3.6/library/doctest.html
Connecting mode one:
pytest --doctest-glob='*.rst'
pytest --doctest-modules
in docker freezes too
docker-run: docker build \ --file=./Dockerfile \ --tag=my_project ./ docker run \ --detach=false \ --name=my_project \ --publish=$(HOST):8080 \ my_project
The text was updated successfully, but these errors were encountered:
#70 - Try fix build
69943bd
sudo docker run -it python:3.6 bash cd tmp/ git clone https://github.com/PedalPi/PluginsManager cd PluginsManager/ python setup.py develop git checkout 72b2e6e507cfe23c2cf011f6ded08f2f9ffd2b65 pip install pytest pytest --doctest-modules # WILL FREEZE PC
Sorry, something went wrong.
Doesn't works in python 3.5 and 3.6
No branches or pull requests
https://docs.python.org/3.6/library/doctest.html
Connecting mode one:
pytest --doctest-glob='*.rst'
pytest --doctest-modules
Execute
pytest --doctest-modules
freeze computerin docker freezes too
[ ] Create enviroment docker[ ] Create make docker script (https://krzysztofzuraw.com/blog/2016/makefiles-in-python-projects.html)[ ] Test in docker enviromentThe text was updated successfully, but these errors were encountered: