Open kloczek opened 6 months ago
Usually, people do not expect the test suite to be installed, too. The tests can be moved. Would you like to create a PR?
The tests can be moved. Would you like to create a PR?
yes I can.
Just back to this ticket and I found that src/icalendar/fuzzing/ical_fuzzer.py is using icalendar.tests.fuzzed. I'm not sure but probably it would be good to move src/icalendar/fuzzing to fuzzling/ as well 🤔 Could you please confirm that?
If you see value in this, you can move things over. I wonder why I did this. I think, they share functionality: I want the fuzzing to run the same test code as the tests. There is this one skipped test case where I did not proceed generating a pytest test from a fuzzer result.
So, for your understanding of how I imagined it to work:
Context:
See also #712
Probably easiest way to fix that is just move
src/icalendar/tests/
totests/
. Here isbuild
output