I need some feedback about an API test lib that i created
Hey everyone,
I’ve been working on a small side project called lashtest, a lightweight Python library for API testing, and I’m looking for people willing to try it out and share feedback.
The main idea behind it is to keep API tests simple and readable. A lot of existing tools feel either too heavy or too verbose for everyday API testing, so I wanted to experiment with something more minimal on top of pytest and requests.
Right now it focuses on:
- keeping setup simple
- reducing boilerplate
- making tests easier to read and organize
I’m still actively working on it, so I’d really appreciate:
- feature suggestions
- feedback on the API/design
- ideas for common testing patterns
- bug reports or rough edges
- general criticism honestly
The goal isn’t to replace pytest or requests, just to provide a cleaner layer for writing API tests.
If anyone wants to take a look or test it on a real project, I’d love to hear what works, what doesn’t, and what’s missing.