Improve test coverage
See original GitHub issueDescription
A cost of releasing version 3.0.0 is a signifcant loss of test coverage.
Steps to Reproduce
git clone https://github.com/PaulMcInnis/JobFunnel
cd JobFunnel
pytest
Expected behavior
We should cover Jobfunnel and scraper get/set methods with unit testing via pyest
. Existing codecov was set to around 60%
Coverage
I’ve added Notes for all the modules that need testing coverage in a kanban here: https://github.com/PaulMcInnis/JobFunnel/projects/2
Please keep this up-to-date so that we don’t duplicate eachother’s work on upping the test coverage 👍
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
4 Steps to Improve Your Test Coverage | SmartBear
4 Steps to Improve Your Test Coverage · What is Test Coverage? · #1 Create a Plan and Set a Goal · #2...
Read more >How to Improve Test Coverage in Software Development - Mabl
Test coverage tips and techniques · Plan for success · Gather actionable data · Define goals · Gradually increase coverage · Embrace automation....
Read more >How to increase Test Coverage for Mobile and Web Apps
How to improve Test Coverage? · 1. Use Automation Tools and Frameworks · 2. Prepare a Concrete Strategy · 3. Leverage Cloud Platforms...
Read more >Improving Test Coverage - Semantic Designs
The usual way to increase covered code answer is "code more tests" that exercise additional code. To minimize test coding effort, you want...
Read more >How To Increase Test Coverage | Software Testing - QA Touch
Specification-based test coverage can be achieved with the help of equivalence partitioning, classification tree, boundary value analysis, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’ll leave this tagged help-wanted, jic others want to help out as well. I’ll help with this as well after I get do 3.0.1 milestone.
I’ve added a kanban (todo/inprogress/done) thing over here so we can keep track of what people are working on so we dont duplicate eachother’s work: https://github.com/PaulMcInnis/JobFunnel/projects/2
That makes sense. A long readme can be intimidating for users who just want to use the tool.