radiusrand.test.py revision 83aaf46c9feab529aeb9add871c05c3d1177afcc
83aaf46c9feab529aeb9add871c05c3d1177afccaurium# This is only the automatic generated test file for ../radiusrand.py
83aaf46c9feab529aeb9add871c05c3d1177afccaurium# This must be filled with real tests and this commentary
83aaf46c9feab529aeb9add871c05c3d1177afccaurium# must be cleared.
83aaf46c9feab529aeb9add871c05c3d1177afccaurium# If you want to help, read the python unittest documentation:
83aaf46c9feab529aeb9add871c05c3d1177afccauriumsys.path.append('..') # this line allows to import the extension code
83aaf46c9feab529aeb9add871c05c3d1177afccauriumfrom radiusrand import *
83aaf46c9feab529aeb9add871c05c3d1177afccaurium #def setUp(self):
83aaf46c9feab529aeb9add871c05c3d1177afccaurium #self.assertEqual( e.something, 'some value', 'A commentary about that.' )