Skip to content

Commit

Permalink
TDD Pandas - add: Start with base test structure
Browse files Browse the repository at this point in the history
  • Loading branch information
diligejy committed Jan 19, 2024
1 parent 6510bbb commit dbff36d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PyCon_PL/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
1. [Grzegorz Kocjan - Test Driven Pandas](https://youtu.be/oaADte_9u6Q)
- [Folder](./Test_Driven_Pandas/)
2 changes: 2 additions & 0 deletions PyCon_PL/Test_Driven_Pandas/tests/test_gradebook.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
def test_x():
assert False

0 comments on commit dbff36d

Please sign in to comment.