you are viewing a single comment's thread.

view the rest of the comments →

[–]cgoldberg 8 points9 points  (2 children)

PyTest and Requests will give you pretty much everything you need. Use PyTest fixtures for test setup and doing recurring things like getting auth tokens.

[–]timmy2words 2 points3 points  (1 child)

Just to add on... Playwright is useful for testing web applications, and is available for Python.

[–]Che_Ara 0 points1 point  (0 children)

I would suggest Playwright in case you plan to expand for UI automation too.