Make it unnecessary to do PYTHONPATH=. to run FuzzBench code
Open
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 302
- PR merge metrics
- No merged PRs in 30d
Description
I think the layout of FuzzBench is considered "bad" by Python's standards since it has scripts in subdirectories that must be able to import code from sibling subdirectories.
I don't want to change this structure frankly, I think it is good. But if it is possible to keep the structure and make PYTHONPATH=. unnecessary, I'd like to do so.
Contributor guide
Assessment
This issue has not been assessed yet.