Improve testing infrastructure #57
Labels
Feature Request
Add for a new feature request
Good first issue
Good for newcomers
Help wanted
Extra attention is needed
Unit Testing
Issue has to do with unit testing
Milestone
Is your feature request related to a problem? Please describe.
The current testing solution creates instances of each object for each test case. This is redundant and can be simplified
Describe the solution you'd like
Use pytest fixtures to create instances of required objects
The text was updated successfully, but these errors were encountered: