pylint: Disable invalid-name in helpers/fixtures

This commit is contained in:
Florian Bruhin 2016-09-05 21:32:45 +02:00
parent c503c2953d
commit 1e0f97b64d

View File

@ -17,6 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with qutebrowser. If not, see <http://www.gnu.org/licenses/>.
# pylint: disable=invalid-name
"""pytest fixtures used by the whole testsuite.