diff --git a/README.md b/README.md index 3be5459..358446a 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/Testing/README.md b/Testing/README.md index e69de29..103f0ff 100644 --- a/Testing/README.md +++ b/Testing/README.md @@ -0,0 +1 @@ +## Testing in Python