Skip to content

Commit

Permalink
Update testing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
crosschainer authored May 2, 2024
1 parent 5706e40 commit 00f2be5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/quickstart/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ class TestSmartContract(TestCase):

self.test_me = self.c.get_contract('test_me')

def test_a_over_50_returns_quack(self):
pass

def tearDown(self):
self.c.flush()

Expand Down

0 comments on commit 00f2be5

Please sign in to comment.