add testing boilerplate

This commit is contained in:
Mia von Steinkirch 2020-02-08 17:26:33 -08:00
parent 7e43d8e89a
commit 3477df71a7
2 changed files with 2 additions and 1 deletions

View file

@ -1,7 +1,7 @@
# ✨ Boilerplates for Python ✨
* [CLI with click](https://github.com/bt3gl/Awesome_Python_Boilerplates/tree/master/CLI_app).
* [Dashboards with Dash and Plot.ly](https://github.com/bt3gl/Awesome_Python_Boilerplates/tree/master/dash_app).
* [Testing in Python](https://github.com/bt3gl/Awesome_Python_Boilerplates/tree/master/Testing).

View file

@ -0,0 +1 @@
## Testing in Python