Some functions either return or require a test as input. Currently a test is represented as a dictionary such as {'attribute_one' : 30}. Places where tests are used are done so in a non-standard way. This can make code feel clumsy and unclean. Therefore, there should be a test class.
Tasks to Close Issue
[x] Add a test class to the class diagrams.
[x] Update the class diagrams so that Test is used when appropriate.
[x] Describe the test class in detail. The description can be posted in a reply to this issue.
[x] Update Issues #2, #3, and #4 to use Test when appropriate.
[x] Create a new issue similar to #2, #3, and #4 but for the Test class.
Prerequisite Issues
Overview of this Issue
Some functions either return or require a test as input. Currently a test is represented as a dictionary such as {'attribute_one' : 30}. Places where tests are used are done so in a non-standard way. This can make code feel clumsy and unclean. Therefore, there should be a test class.
Tasks to Close Issue
Test
is used when appropriate.Test
when appropriate.Test
class.