OWASP / OFFAT

The OWASP OFFAT tool autonomously assesses your API for prevalent vulnerabilities, though full compatibility with OAS v3 is pending. The project remains a work in progress, continuously evolving towards completion.
http://owasp.org/OFFAT/
MIT License
407 stars 58 forks source link

Add automated tests #106

Open dmdhrumilmistry opened 1 month ago

dmdhrumilmistry commented 1 month ago

Currently each and every PR raised need to be tested manually. Add automated tests using pytest/unittest library which can test PR before merging using Github actions.

nrathaus commented 1 month ago

Let me know if this is the intended tests you were looking for: https://github.com/OWASP/OFFAT/pull/111