From 3477df71a779eaef249d45b2a7c4d124ae00ba8d Mon Sep 17 00:00:00 2001 From: Mia von Steinkirch Date: Sat, 8 Feb 2020 17:26:33 -0800 Subject: [PATCH] add testing boilerplate --- README.md | 2 +- Testing/README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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