cloudFPGA (cF) API  1.0
The documentation of the source code of cloudFPGA (cF)
cFSPlib.python_api_client.test.test_projects_api.TestProjectsApi Class Reference
Inheritance diagram for cFSPlib.python_api_client.test.test_projects_api.TestProjectsApi:
[legend]
Collaboration diagram for cFSPlib.python_api_client.test.test_projects_api.TestProjectsApi:
[legend]

Public Member Functions

def setUp (self)
 
def tearDown (self)
 
def test_cf_manager_rest_api_get_project_quota (self)
 
def test_cf_manager_rest_api_list_projects (self)
 
def test_cf_manager_rest_api_post_project_quota (self)
 

Public Attributes

 api
 

Detailed Description

ProjectsApi unit test stubs

Definition at line 22 of file test_projects_api.py.

Member Function Documentation

◆ setUp()

def cFSPlib.python_api_client.test.test_projects_api.TestProjectsApi.setUp (   self)

Definition at line 25 of file test_projects_api.py.

25  def setUp(self):
26  self.api = ProjectsApi() # noqa: E501
27 

◆ tearDown()

def cFSPlib.python_api_client.test.test_projects_api.TestProjectsApi.tearDown (   self)

Definition at line 28 of file test_projects_api.py.

28  def tearDown(self):
29  pass
30 

◆ test_cf_manager_rest_api_get_project_quota()

def cFSPlib.python_api_client.test.test_projects_api.TestProjectsApi.test_cf_manager_rest_api_get_project_quota (   self)
Test case for cf_manager_rest_api_get_project_quota

Get the current quota of a project  # noqa: E501

Definition at line 31 of file test_projects_api.py.

31  def test_cf_manager_rest_api_get_project_quota(self):
32  """Test case for cf_manager_rest_api_get_project_quota
33 
34  Get the current quota of a project # noqa: E501
35  """
36  pass
37 

◆ test_cf_manager_rest_api_list_projects()

def cFSPlib.python_api_client.test.test_projects_api.TestProjectsApi.test_cf_manager_rest_api_list_projects (   self)
Test case for cf_manager_rest_api_list_projects

List the projects the user belongs to  # noqa: E501

Definition at line 38 of file test_projects_api.py.

38  def test_cf_manager_rest_api_list_projects(self):
39  """Test case for cf_manager_rest_api_list_projects
40 
41  List the projects the user belongs to # noqa: E501
42  """
43  pass
44 

◆ test_cf_manager_rest_api_post_project_quota()

def cFSPlib.python_api_client.test.test_projects_api.TestProjectsApi.test_cf_manager_rest_api_post_project_quota (   self)
Test case for cf_manager_rest_api_post_project_quota

Post a new (or update existent) quota of a project (admin only)  # noqa: E501

Definition at line 45 of file test_projects_api.py.

45  def test_cf_manager_rest_api_post_project_quota(self):
46  """Test case for cf_manager_rest_api_post_project_quota
47 
48  Post a new (or update existent) quota of a project (admin only) # noqa: E501
49  """
50  pass
51 
52 

Member Data Documentation

◆ api

cFSPlib.python_api_client.test.test_projects_api.TestProjectsApi.api

Definition at line 26 of file test_projects_api.py.


The documentation for this class was generated from the following file: