1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-04 23:58:01 +00:00

Add Test A Function With Pytest as a python til

This commit is contained in:
jbranchaud
2020-05-13 15:13:22 -05:00
parent 791ed4e23f
commit 24d8fb005e
2 changed files with 35 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ and pairing with smart people at Hashrocket.
For a steady stream of TILs, [sign up for my newsletter](https://tinyletter.com/jbranchaud).
_913 TILs and counting..._
_914 TILs and counting..._
---
@@ -520,6 +520,7 @@ _913 TILs and counting..._
### Python
- [Access Instance Variables](python/access-instance-variables.md)
- [Test A Function With Pytest](python/test-a-function-with-pytest.md)
### Rails