Problem
There have been functions added to the api_handler classes, and now the test coverage is no longer 100 %.
Solution
- Add test cases for the functions that don't have it.
- Solve test cases that are now failing.
- Remove unnecesary information from the TESTING.md file, and update as necessary.
Important note
You don't need to solve all the issue:
- You can add just one test case that passses, or
- Modifty a test that is not passing, or
- Modifty the TESTING.md
Just let me know in the comments what are you going to fix, and if you need any further guidance.
Problem
There have been functions added to the api_handler classes, and now the test coverage is no longer 100 %.
Solution
Important note
You don't need to solve all the issue:
Just let me know in the comments what are you going to fix, and if you need any further guidance.