Allow tests declared as @staticmethod to use fixtures

Fix #2699
This commit is contained in:
Bruno Oliveira
2017-08-17 20:37:51 -03:00
parent 5c0c1977e3
commit a993add783
5 changed files with 24 additions and 8 deletions

1
changelog/2699.bugfix Normal file
View File

@@ -0,0 +1 @@
Allow tests declared as ``@staticmethod`` to use fixtures.