Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve testing infrastructure #57

Closed
jwlodek opened this issue Jun 15, 2020 · 0 comments
Closed

Improve testing infrastructure #57

jwlodek opened this issue Jun 15, 2020 · 0 comments
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

Comments

@jwlodek
Copy link
Owner

jwlodek commented Jun 15, 2020

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

@jwlodek jwlodek added Help wanted Extra attention is needed Good first issue Good for newcomers Feature Request Add for a new feature request Unit Testing Issue has to do with unit testing labels Jun 15, 2020
@jwlodek jwlodek added this to the v0.1.3 milestone Jun 15, 2020
@jwlodek jwlodek closed this as completed Oct 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant