test_sardanavalue
Unit tests for sardanavalue module
Classes
SardanaValueTestCase
Instantiating in different ways a Sardana Value and perform some verifications.
Instantiate in different ways a SardanaValue object.
Verify the creation of SardanaValue when exc_info != None. Verify that ‘Error’ is contained in the returned string.
Verify the creation of SardanaValue when exc_info is not specified and we give a value as argument of the SardanaValue constructor. SardanaValue representation shall contain its value.