kaia on Nostr: Archaic Cyberlimb Architect 🏳️⚧️ I don't think I can verbalize the issue ...
Archaic Cyberlimb Architect 🏳️⚧️ (nprofile…yv9q)
I don't think I can verbalize the issue adequately
I have a folder called kaia_module. it has a __init.py__. I need to place and run tests in kaia_module/tests/, but Python does not understand that kaia_module is a package. I can't nest my module another level to create package because other stuff in the parent directory that needs to call it.
I don't think I can verbalize the issue adequately
I have a folder called kaia_module. it has a __init.py__. I need to place and run tests in kaia_module/tests/, but Python does not understand that kaia_module is a package. I can't nest my module another level to create package because other stuff in the parent directory that needs to call it.