question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Improve test coverage

See original GitHub issue

Description

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:open
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
PaulMcInniscommented, Sep 13, 2020

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

1reaction
thebigGcommented, Sep 12, 2020

That makes sense. A long readme can be intimidating for users who just want to use the tool.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found