Skip to content

Commit

Permalink
Empty test file
Browse files Browse the repository at this point in the history
  • Loading branch information
ReTeam Labs committed Apr 2, 2020
1 parent 9867779 commit 73f6093
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/tests.py
Original file line number Diff line number Diff line change
@@ -1,10 +0,0 @@
import pytest
from src.regular_class import RegularClass

class TestApp():
def test_task_one(self):
with pytest.raises(NotImplementedError) as e:
regular = RegularClass()
assert regular.__str__(), "Failed to raise the correct error type"
assert str(e.value) == "Method not implemented", "Error message does not match 'Method not implemented'"

0 comments on commit 73f6093

Please sign in to comment.