This commit is contained in:
mvonsteinkirch 2023-01-06 10:30:18 -08:00
parent 8c077b17ac
commit c6ba52f92e
2 changed files with 9 additions and 2 deletions

View file

@ -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)
<br>

View file

@ -1 +1,8 @@
## Testing in Python
## testing in python
<br>
### resources
* [good example of unit tests suite I wrote](https://github.com/go-outside-labs/aws-pipeline/tree/master/tests)