summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2017-09-06 08:24:00 +0200
committerGitHub <noreply@github.com>2017-09-06 08:24:00 +0200
commitad36407747da6b6efa85fa202031f9f2e45741e3 (patch)
treec5011de7faff6a63a39282d1dc50af1a61e2f6d2 /changelog
parent181bd60bf99021e3d8936ade5f92d408c53d3419 (diff)
parent1fc185b6405e63df37eb16bbbc62c0ed50d84f21 (diff)
downloadpytest-ad36407747da6b6efa85fa202031f9f2e45741e3.tar.gz
Merge pull request #2700 from nicoddemus/staticmethods-fixtures
Allow tests declared as @staticmethod to use fixtures
Diffstat (limited to 'changelog')
-rw-r--r--changelog/2699.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog/2699.bugfix b/changelog/2699.bugfix
new file mode 100644
index 000000000..c5e07329b
--- /dev/null
+++ b/changelog/2699.bugfix
@@ -0,0 +1 @@
+Allow tests declared as ``@staticmethod`` to use fixtures.