-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
after installing pytest using pip it still gives the import error
ImportError Traceback (most recent call last)
in ()
1
----> 2 from test_helper import Test
3
4 Test.assertEquals(makePlural('rat'), 'rats', 'incorrect result: makePlural does not add an s')
ImportError: No module named test_helper
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels