cocagne / txdbus

Native Python implementation of DBus for Twisted
MIT License
61 stars 38 forks source link

Mark internal DBus tests as skipped #60

Closed WhyNotHugo closed 7 years ago

WhyNotHugo commented 7 years ago

Make it a bit more obvious in test results that these are skipped. This is so tests results output actually reflect what's going on, and to avoid having commented-out code.

Note for those unfamiliar: Tests are already being skipped, it's just that the call is commented out rather than skipped, so this does not reduce the scope of tests or anything alike.

WhyNotHugo commented 7 years ago

Looks like I accidentally enabled ~100 more tests that pass (but 94 are still skipped). Not sure what to think! 😆