Nick Brady
Nick Brady
Just piping in to mention I've spent hours trying to find essentially this. The tool seems great, but I've asked myself the exact same question about just creating my own...
I found this thread trying to do exactly what @marketneutral said. I had the same thought that it must be a very easy/standard thing. I had issues when trying to...
Hi @jason0x43 , absolutely. Thanks for the reply. [Here is the example I was looking at](https://theintern.github.io/intern/#page-objects). Its also worth mentioning I'm having a lot of trouble getting the example to...
Sorry, I misread your comment earlier. The example can't be linked in from the project. The file is created through out the tutorial process. The example in question starts on...
Hi @jason0x43 , yep, you are correct (and thank you for being so helpful!). I've figured this out using the example from SO you linked above.. trying to match your...
I had the same problem with a monorepo.. Fortunately ChatGPT came to the rescue my structure: ``` ./common/exceptions.py ./frame/exceptions.py ./pumps/exceptions.py ``` I added an `__init__.py` to each directory and the...