-
Notifications
You must be signed in to change notification settings - Fork 2
issue: #7 | PyTest, Makefile & Coverage Report #22
Conversation
…lcal running simplicity
Codecov Report
@@ Coverage Diff @@
## master #22 +/- ##
=========================================
Coverage ? 46.84%
=========================================
Files ? 11
Lines ? 333
Branches ? 0
=========================================
Hits ? 156
Misses ? 177
Partials ? 0
Continue to review full report at Codecov.
|
This looks like what I wanted. I'm not sure about file/folder naming though. Tests are usually named using snake_case and aren't strictly tied to classes. They're rather grouped by functionality. Examples: |
How would you want the structure for the test files inside of |
… fixed/organized the makefile
…xt & modifying the makefile
|
…it-config file
@Physsix27 Will you be adding other tests to this pr or it's ready? |
@Fogapod @Gelbpunkt This PR is ready, I will make another PR specifically targeting tests. Let me know if anything is missing for this PR |
Description:
Tasks
Pre-Pull Request Checklist:
make test
make openReport