-
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Misled by using martian-test with martian-http/bootstrap #188
Comments
Hi, The code on the test readme looks like this: (-> (martian/bootstrap-swagger "https://api.com" user-api-swagger-definition)
(martian-test/respond-with-generated {:load-user :success})) The Could you share some code and tell me about the behaviour / errors you are seeing? Cheers |
The primary issue is that my client doesn't use Swagger, and I rely on routes for my API. Is there a way to test this scenario, or does the library not support it? This situation is not unique to my current project; in fact, many of my projects lack Swagger, and I employ this approach. Code examples:
I'm not encountering any errors (just get nil because haven't Swagger I think), but I'm struggling to grasp how to implement this for my specific situation. I would greatly appreciate your assistance |
I've reviewed both the documentation and the blog, but unfortunately, they didn't prove to be helpful for my case.
Is there a possibility of enhancing the documentation by including examples of tests with
martian-http/bootstrap
? Alternatively, if this isn't feasible, could you please offer additional information to clarify this matter?The text was updated successfully, but these errors were encountered: