Use """ instead of ''' in test settings module doctsring

This commit is contained in:
Valery Melou 2017-03-11 20:33:00 +01:00
parent 62214af49a
commit ada056c257

View File

@ -1,9 +1,9 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
''' """
Test settings Test settings
- Used to run tests fast on the continuous integration server and locally - Used to run tests fast on the continuous integration server and locally
''' """
from .base import * # noqa from .base import * # noqa