You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As it currently stands, you cannot import the source files and the things you want to test easily. You have to use absolute imports, you get no code completion, the types (interfaces for requests for example) are lost. And it doesn't even seem to work without a seperate tconfig file as you cannot do import froms . Does anyone have a testing setup with similar structure to this project that works? Preferably with relative imports, code completion and everything
The text was updated successfully, but these errors were encountered:
As it currently stands, you cannot import the source files and the things you want to test easily. You have to use absolute imports, you get no code completion, the types (interfaces for requests for example) are lost. And it doesn't even seem to work without a seperate tconfig file as you cannot do
import from
s . Does anyone have a testing setup with similar structure to this project that works? Preferably with relative imports, code completion and everythingThe text was updated successfully, but these errors were encountered: