Tests: Reorganize common and global tests

This commit is contained in:
Adrien Vergé
2016-01-31 20:49:27 +01:00
parent dd163ed551
commit 6b5948c06b
17 changed files with 17 additions and 19 deletions

View File

@@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
from tests.rules.common import RuleTestCase
from tests.common import RuleTestCase
class CommentsIndentationTestCase(RuleTestCase):