Hey everyone, could you please help me with settin...
# support-questions
e
Hey everyone, could you please help me with settings up unit test for my Django app - how do I login programmatically if I have passwordless recipe with supertokens?
r
hey @execreate
Are you using something like pupiteer for testing?
e
hi @rp i'm using pytest
r
i see. So you will need to run a supertokens core while the tests are happnening and you can do something like this: https://github.com/supertokens/supertokens-python/blob/master/tests/Django/test_django.py#L103
e
thanks @rp !
9 Views