Sergeileduc

Results 22 comments of Sergeileduc

Hmmm, can't reproduce. The error is `Dpytest backend not configured``, in your first test. Anyway, this is some backend stuff, do it at your peril... But what I can do...

If I don't use configure at all, it gives me that. ```console @pytest.mark.asyncio async def test_good_log_create(): > test_user = dpytest.backend.make_user("Test1", 2, id_num=386420570449051649) Pytest\test-github.py:8: _ _ _ _ _ _ _...

ok yeah, I can reproduce. I won't investigate much on that, but you should consider investigating what "configure" does that you do not.

Hi ! We have currently no plans for supporting interractions and views. But if you manage to do it, feel free to do a PR.

> @laggron42 any progress on this? I'm interested too :) I also mainly use slash commands or buttons. > > Is this library still actively maintained? I could maybe help...

what happens if your run run_all_events by hand ?

Ho, sorry @ctmbl , I must have been really tired the other day. Yeah ok, I see what you mean. yeah, that's a good idea ! as you said, `dpytest.run_all_events()`...

sure ! feel free to PR, because I didn't start to work on that, so, yeah, if you allready has the begining of something, go for the PR 👍 I...