On 26/04/19 11:14 AM, dieter wrote:
Arup Rakshit writes:
I am not able to call modules from lib folder in my test folder, but outside of
tests folder I can access them. How should I fix this?
Mocks$ tree .
.
├── lib
│ ├── __init__.py
│ ├── __pycache__
│ │ ├── __init__.cpython-37.pyc
│
I have modelled which starts running once drivers and stations are assigned to
it. Otherwise, it doesn’t run, really don’t care if passengers are boarded or
not at this moment. :) I think this program can help me to introduce to the
Python async programming domain.
Here is my program:
# - - -