diff --git a/tests.py b/tests.py index bd68b7b..5c9f0b9 100644 --- a/tests.py +++ b/tests.py @@ -10,10 +10,6 @@ def test_it(): Write a simple test. ''' s = Stack() - assert s.size == 0 s.push(1) assert s.size() ==1 - for i in range(1): - s.push(i) - assert s.size() = 101 - raise NotImplementedError('Need to implement a simple test.') +