added uri redaction to stdout

This commit is contained in:
Chris Meyers
2015-01-29 12:57:04 -05:00
parent 18e7541f3b
commit d326aa181e
7 changed files with 410 additions and 31 deletions

View File

@@ -12,3 +12,5 @@ from awx.main.tests.licenses import LicenseTests
from awx.main.tests.jobs import *
from awx.main.tests.activity_stream import *
from awx.main.tests.schedules import *
from awx.main.tests.redact import *
from awx.main.tests.views import *