mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 22:48:02 -03:30
This commit adds tests which test most of the @paginated decorator. A couple api_settings edge cases are not yet covered.
8 lines
159 B
Python
8 lines
159 B
Python
# Copyright (c) 2014 Ansible, Inc.
|
|
# All Rights Reserved.
|
|
|
|
from __future__ import absolute_import
|
|
|
|
from .decorator_paginated import *
|
|
from .job_tasks import *
|