You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.
# The greeting() method in the Collector contains message printing, but without and return string
# No testing can therefore be done here.
pass
def test_calculateAge(self):
self.assertEqual(42,self.age1)
self.assertEqual(50,self.age2)
self.assertNotEqual(40,self.age1)
self.assertNotEqual(60,self.age2)
def test_passBasicEligibility(self):
# The passBasicEligibility() method in the Collector are mainly interactive functions which ask for ouser input and then perform validation, which can not be automated easily.
# Manual testing can be done to ensure the proper user interaction behaviour.