allow to override parametrized fixtures with non-parametrized ones and vice versa

--HG--
branch : parametrized-fixture-override
This commit is contained in:
Anatoly Bubenkov
2015-03-01 13:54:43 +01:00
parent bae0f7f46a
commit 060609317a
5 changed files with 129 additions and 6 deletions
+2 -1
View File
@@ -13,7 +13,8 @@ classifiers = ['Development Status :: 6 - Mature',
('Programming Language :: Python :: %s' % x) for x in
'2 2.6 2.7 3 3.2 3.3 3.4'.split()]
long_description = open('README.rst').read()
with open('README.rst') as fd:
long_description = fd.read()
def main():