EgolessQA

Results 5 issues of EgolessQA

ATTENTION: before clicking "Create Pull Request" please submit some meta data, thanks! Difficulty level (1-10): [3] Estimated time spent (hours): [1] Completed (yes/no): [yes] I stretched my coding skills (if...

The provided test is quite challenging due to the fact that it expects to use a dict with a tuple as a key. https://github.com/pybites/challenges/blob/master/13/test_directors.py#L24 `report = sorted(directors.items(), key=lambda x: float(x[0][1]),...

ATTENTION: before clicking "Create Pull Request" please submit some meta data, thanks! Difficulty level (1-10): [2] Estimated time spent (hours): [1] Completed (yes/no): [yes] I stretched my coding skills (if...

Hello, https://github.com/playwrightsolutions/playwright-api-test-demo/blob/4ebe5c14c67bd8d67fbcf3be111628ad5e3c2422/lib/datafactory/booking.ts#L45 I am afraid that this method(futureOpenCheckinDate) can cause problems when tests for DELETE and PUT endpoints are executed in parallel, actually, I encountered it myself and spent one...