@@ -18,4 +20,16 @@ TODO: Must find a way of dynamically importing models
>>>t.get_model_description()
"\n The model is a reference model for developers, showcasing best practices and functionalities of a model.\n It's a simple day degree model for an imagined pest, and when thresholds are passed, the warning status progresses.\n"
```
\ No newline at end of file
```
## Testing
The tests are located in the `tests` folder, and we're using [Pytest](https://docs.pytest.org/)
To run the unit tests, move to the root folder of the project, and execute:
``` bash
pytest -v
```
## References
We used this excellent guide for packaging: https://realpython.com/pypi-publish-python-package/