Unittests: Run python-modernize
This commit is contained in:
parent
391ff77659
commit
320bdda6e9
2 changed files with 16 additions and 5 deletions
|
|
@ -19,9 +19,13 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
from __future__ import absolute_import
|
||||
|
||||
import unittest
|
||||
|
||||
from scour.yocto_css import parseCssString
|
||||
|
||||
|
||||
class Blank(unittest.TestCase):
|
||||
def runTest(self):
|
||||
r = parseCssString('')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue