Beginners python exercise
...
To set up a development environment for this project, you can run:
pipenv sync --dev
This will install the dependencies named in the Pipfile.lock
file. If the
Pipfile.lock
file doesn't exist, then run pipenv install --dev
(see below).
If you update the dependencies in the Pipfile
, then run:
pipenv install --dev
This will install all the dependencies specified in the Pipfile, and pin them by
creating a Pipfile.lock
file. This will use the latest versions of the
transitive dependencies, and should only be used on the initial creation of a
project, or when dependencies are updated.
Tests are located under the tests/
directory. The source directory is added to
the PYTHONPATH
by Pipenv when it loads the .env
file. pytest is configured
with tests/unit
as the default test path.
pipenv run pytest
This project is maintained by
- jpetrasek1217 jpetrasek@evertz.com
Copyright © 2025 Evertz. All Rights Reserved