Hello! I'll be using simpy for some production software, and have so far implemented a fraction of my plan without any unit or integration testing. But, testing is good practice in general and I also found I can get pretty tripped up by simpy's asynchronous behavior, leading to lots of wall-head banging while I try to debug. So, I'd like to start testing.
Are there any good examples of people testing simpy? Searching this group I only found one thread: