awx/awx/api/tests/__init__.py
Luke Sneeringer 65b87b9694 Tests for the @paginated decorator.
This commit adds tests which test most of the @paginated
decorator. A couple api_settings edge cases are not yet covered.
2014-06-18 15:37:30 -05:00

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 *