Codebase list flask-gravatar / upstream/0.4.2 pytest.ini
upstream/0.4.2

Tree @upstream/0.4.2 (Download .tar.gz)

pytest.ini @upstream/0.4.2raw · history · blame

# -*- coding: utf-8 -*-
#
# This file is part of Flask-Gravatar
# Copyright (C) 2015 CERN.
#
# Flask-Gravatar is free software; you can redistribute it and/or modify
# it under the terms of the Revised BSD License; see LICENSE file for
# more details.


[pytest]
addopts = --clearcache --pep8 --ignore=docs --cov=flask_gravatar --cov-report=term-missing tests flask_gravatar