Bassa
Bassa copied to clipboard
Add more Unit tests for frontend and backend
Is your feature request related to a problem? Please describe. As some of the unit tests of the frontend and backend are incomplete. More unit tests need to be added
Describe the solution you'd like Make unit tests using enzyme from frontend and PyUnit framework for backend
Additional context currently working on it..
If any help is required, I would love to work on writing tests for backend.
Hey @2knal I'm in the middle of working on this issue and if I am not able to solve this one or need any help i will let you know for sure!
@JaDogg I was thinking of adding test coverage for running the tests. Shall I go ahead with it?
Do it.
@JaDogg sure!
@JaDogg I propose a few changes but that will require the restructuring of the existing pattern for writing tests. I request you give your views on these! And your inputs and advices too.
- Use a test client instead of using the development config.
- make a sample data file for tests.
- Separating the development and testing config.