mirror of
https://github.com/ansible/awx.git
synced 2026-07-11 08:18:07 -02:30
Merge branch 'devel' into devel
This commit is contained in:
@@ -1,12 +1,18 @@
|
||||
# Python
|
||||
import pytest
|
||||
import string
|
||||
import random
|
||||
import StringIO
|
||||
|
||||
# Django
|
||||
from django.contrib.auth.models import User
|
||||
from django.core.management import call_command
|
||||
from awx.main.models.oauth import OAuth2AccessToken
|
||||
from django.core.management.base import CommandError
|
||||
|
||||
# AWX
|
||||
from awx.main.models.oauth import OAuth2AccessToken
|
||||
|
||||
|
||||
|
||||
@pytest.mark.django_db
|
||||
@pytest.mark.inventory_import
|
||||
|
||||
Reference in New Issue
Block a user