From c6ba52f92ef77841e2809f25a781242bf5e9ca45 Mon Sep 17 00:00:00 2001 From: mvonsteinkirch Date: Fri, 6 Jan 2023 10:30:18 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- boilerplates-tests/README.md | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9550775..793dd9c 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ * [optimization](boilerplates-optimization) * [orchestration](boilerplates-orchestration) * [testing in python](boilerplates-tests) -* [good example of unit tests suite I wrote](https://github.com/go-outside-labs/aws-pipeline/tree/master/tests) +
diff --git a/boilerplates-tests/README.md b/boilerplates-tests/README.md index 103f0ff..b4e6bdc 100644 --- a/boilerplates-tests/README.md +++ b/boilerplates-tests/README.md @@ -1 +1,8 @@ -## Testing in Python +## testing in python + +
+ +### resources + + +* [good example of unit tests suite I wrote](https://github.com/go-outside-labs/aws-pipeline/tree/master/tests) \ No newline at end of file