jarus / flask-testing

Unittest extensions for Flask
http://pythonhosted.org/Flask-Testing/
Other
502 stars 111 forks source link

Support fixture #113

Open toaco opened 6 years ago

jcomo commented 6 years ago

Could you provide more information or examples? I'm not sure what you mean by "support fixture"

zgoda commented 6 years ago

Fixture indeed is supported, see https://github.com/zgoda/zakwasy/blob/master/tests/__init__.py#L18 and test data in https://github.com/zgoda/zakwasy/blob/master/tests/data.py.