KissPeter / APIFuzzer

Fuzz test your application using your OpenAPI or Swagger API definition without coding
GNU General Public License v3.0
416 stars 65 forks source link

Can't run test server #28

Closed lobax closed 4 years ago

lobax commented 4 years ago

Trying to run the test server gives the following error:

Traceback (most recent call last):
File "test_application.py", line 6, in <module>
from apifuzzer.utils import try_b64encode
ModuleNotFoundError: No module named 'apifuzzer'
KissPeter commented 4 years ago

see comment in PR