Mercurial > p > roundup > code
comparison test/test_jinja2.py @ 5388:d26921b851c3
Python 3 preparation: make relative imports explicit.
Tool-generated patch.
| author | Joseph Myers <jsm@polyomino.org.uk> |
|---|---|
| date | Tue, 24 Jul 2018 22:22:08 +0000 |
| parents | 198b6e810c67 |
| children |
comparison
equal
deleted
inserted
replaced
| 5387:f7432fc3db4d | 5388:d26921b851c3 |
|---|---|
| 10 Just a test file template for now. | 10 Just a test file template for now. |
| 11 """ | 11 """ |
| 12 import shutil # only, needed for tearDown. TODO: Remove when refactored. | 12 import shutil # only, needed for tearDown. TODO: Remove when refactored. |
| 13 import unittest | 13 import unittest |
| 14 | 14 |
| 15 import db_test_base | 15 from . import db_test_base |
| 16 | 16 |
| 17 TESTSUITE_IDENTIFIER='jinja2' | 17 TESTSUITE_IDENTIFIER='jinja2' |
| 18 | 18 |
| 19 class TestCase_Zero(unittest.TestCase): | 19 class TestCase_Zero(unittest.TestCase): |
| 20 def test_zero(self): | 20 def test_zero(self): |
