kopia lustrzana https://github.com/collective/icalendar
Merge pull request #603 from niccokunzmann/refactor-test-7
Analyse code coverage in testspull/606/head^2
commit
f48388b5b1
|
@ -26,6 +26,7 @@ Bug fixes:
|
|||
|
||||
Minor changes:
|
||||
|
||||
- Analyse code coverage of test files
|
||||
- Added corpus to fuzzing directory
|
||||
- Added exclusion of fuzzing corpus in MANIFEST.in
|
||||
- Augmented fuzzer to optionally convert multiple calendars from a source string
|
||||
|
|
2
tox.ini
2
tox.ini
|
@ -12,7 +12,7 @@ deps =
|
|||
coverage
|
||||
hypothesis
|
||||
commands =
|
||||
coverage run --source=src/icalendar --omit=*/tests/* --module pytest []
|
||||
coverage run --source=src/icalendar --omit=*/tests/hypothesis/* --omit=*/tests/fuzzed/* --module pytest []
|
||||
coverage report
|
||||
coverage html
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue