In test files, use relative imports as absolute imports will raise an exception:
Same for the code under test: only relative imports will work.
- q How to improve this? I canβt use absolute imports.
Search
In test files, use relative imports as absolute imports will raise an exception:
Same for the code under test: only relative imports will work.