~cloud-init-dev/cloud-init/trunk

« back to all changes in this revision

Viewing changes to tests/unittests/test_datasource/test_nocloud.py

Enable flake8 and fix a large amount of reported issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
from ..helpers import TestCase, populate_dir
5
5
 
6
6
import os
7
 
import yaml
8
7
import shutil
9
8
import tempfile
10
9
import unittest
 
10
import yaml
11
11
 
12
12
try:
13
13
    from unittest import mock