Replies: 1 comment 1 reply
-
(Disclaimer: I know nothing about Twisted/trial) It does look like pytest has various twisted/trial related stuff in its unittest.py support, and that is being tested as well. I'd say support for other ecosystems always comes with caveats (e.g. back when there still was nose support, it didn't support nose plugins or nose configuration). Going into those in detail seems out of scope for a very basic and short intro page. I suppose the docs around unittest should maybe be amended to point out what is supported and what's not? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From the features list, I see:
I'm assuming that "trial" refers to Twisted's
trial
test runner, but I'm pretty sure pytest doesn't do any of trial's reactor management and https://github.com/pytest-dev/pytest-twisted didn't really do what it needed to when I looked back in 2018.Is the above bit of the features doc just old and should be deleted?
Beta Was this translation helpful? Give feedback.
All reactions