Skip to content

Commit 8492a9c

Browse files
committed
Check that for each example model.steps == 10
1 parent 80e32d1 commit 8492a9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_examples.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,4 @@ def test_examples(self):
6666
model = model_class()
6767
for _ in range(10):
6868
model.step()
69+
self.assertEqual(model.steps, 10)

0 commit comments

Comments
 (0)