← Back
Editing: test_launchpad.cpython-38.pyc
U ��^�| � @ s� d Z eZddlmZ ddlZddlZddlZddlZddl Z ddl Z zddlmZ W n e k rt ddlmZ Y nX ddlZddlmZ ddlmZmZ ddlmZ ddlZddlmZ dd lmZmZmZmZmZmZm Z dd lm!Z! dZ"G dd � d e j#�Z$G dd� de j#�Z%G dd� de j#�Z&G dd� de j#�Z'G dd� de j#�Z(G dd� de j#�Z)G dd� de)�Z*G dd� de)�Z+G dd� de j#�Z,G dd� de j#�Z-d d!� Z.dS )"zTests for the Launchpad class.� )�contextmanagerN)�patch)�ServiceRoot)�AccessToken�Credentials)�uris)� Launchpad)�assert_keyring_not_imported�BadSaveKeyring�fake_keyring�FauxSocketModule�InMemoryKeyring�NoNetworkAuthorizationEngine�NoNetworkLaunchpad)�KeyringCredentialStore�http://api.example.com/c @ s e Zd ZdZdd� ZdS )�TestResourceTypeClassesz<launchpadlib must know about restfulclient's resource types.c C s* t j�� D ]\}}| �tj| |� q d S �N)r ZRESOURCE_TYPE_CLASSES�items�assertEqualr )�self�name�cls� r �C/usr/lib/python3/dist-packages/launchpadlib/tests/test_launchpad.py�test_resource_types? s z+TestResourceTypeClasses.test_resource_typesN)�__name__� __module__�__qualname__�__doc__r r r r r r <