how to test an adapter? #11395
Unanswered
mr-mapache
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there! I'm creating a custom rest api adapter with fastapi.
Here
I'm just starting up, but my idea is to create a fully customizable backend, with redis for session storage.
I already created a first version of the rest api and the auth.js adapter and the same postgresql db as the pg adapter, now i need to test it. I've been searching and I found that I have to use a "runBasicTests" function, but don't know how to set it up or how to import it using the library.
If you have any guide of how to test a custom adapter properly, Iet me know since I didn't found any.
Beta Was this translation helpful? Give feedback.
All reactions