- Notifications
You must be signed in to change notification settings - Fork0
coderoad/python-unittest-starter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A demo for running Python projects in CodeRoad.
Code runs inside of a virtual environment.
On Windows, run:
tutorial-env\Scripts\activate.bat
On Unix or MacOS, run:
source tutorial-env/bin/activate
Seepython venv docs for more.
Enter the code directory
cd coderoad-starter
Install dependencies
pip install requirements.txt
To run tests, run:
python tests
About
A coderoad starter for python
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.