diff options
Diffstat (limited to 'bitbake/lib/toaster/tests/db/test_db.py')
| -rw-r--r-- | bitbake/lib/toaster/tests/db/test_db.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/tests/db/test_db.py b/bitbake/lib/toaster/tests/db/test_db.py index 0410422276..072ab94363 100644 --- a/bitbake/lib/toaster/tests/db/test_db.py +++ b/bitbake/lib/toaster/tests/db/test_db.py | |||
| @@ -23,6 +23,7 @@ | |||
| 23 | # SOFTWARE. | 23 | # SOFTWARE. |
| 24 | 24 | ||
| 25 | import sys | 25 | import sys |
| 26 | import pytest | ||
| 26 | 27 | ||
| 27 | try: | 28 | try: |
| 28 | from StringIO import StringIO | 29 | from StringIO import StringIO |
| @@ -47,7 +48,7 @@ def capture(command, *args, **kwargs): | |||
| 47 | def makemigrations(): | 48 | def makemigrations(): |
| 48 | management.call_command('makemigrations') | 49 | management.call_command('makemigrations') |
| 49 | 50 | ||
| 50 | 51 | @pytest.mark.order(1) | |
| 51 | class MigrationTest(TestCase): | 52 | class MigrationTest(TestCase): |
| 52 | 53 | ||
| 53 | def testPendingMigration(self): | 54 | def testPendingMigration(self): |
