Closed northwestwitch closed 2 years ago
Super! A little reading later I still dont understand why e.g.
threading.get_ident()
wouldn't do the trick instead ofgreenlet
, but, hey, the latter looks nice and really well maintained. I would also not be surprised if it made into the standard library before long.
Exactly, I've changed it to use the threading!
Thanks for the review @dnil, I'm merging now!
This PR adds | fixes:
How to prepare for test:
How to test:
Run:
make setup
make report
Expected outcome:
HTML report should show with no errors --> http://localhost:5000/report?sample_id=sample1&sample_id=sample2&sample_id=sample3
Review:
This version is a: