Files
pytest2/testing
Florian Bruhin ba9146c131 Don't collect classes with truthy __getattr__.
When we have a metaclass which returns something truthy (like a method) in its
__getattr__, we collected the class because pytest thought its __test__
attribute was set to True.

We can work around this to some degree by assuming __test__ will always be set
to an explicit True if that's what the user has intended, and if it's something
other than that, this is probably a mistake.

Fixes #1204.
2015-11-30 16:41:13 +01:00
..
2015-09-17 23:32:27 -03:00
2015-08-08 21:08:05 +01:00
2015-04-28 11:54:53 +02:00
2015-06-17 00:04:25 -03:00