Terarea  2
The automation project
Loading...
Searching...
No Matches
test_paths Namespace Reference

Functions

Response dummy_path (Request request)
 
None test_path_adding ()
 
None test_load_default_paths ()
 
None test_inject_routes ()
 

Variables

 ERROR = TCONST.ERROR
 
 SUCCESS = TCONST.SUCCESS
 
 DEBUG = TCONST.DEBUG
 
 RDI = RuntimeData(TCONST.SERVER_HOST, TCONST.PORT, "Area", ERROR, SUCCESS)
 
 app
 
 endpoints_initialised
 
 runtime_data
 
 success
 
 error
 
 debug
 
 oauth_authentication_initialised
 
 SPI
 
 paths_initialised
 

Detailed Description

_summary_
    File in charge of testing the paths class.

Function Documentation

◆ dummy_path()

Response test_paths.dummy_path ( Request request)
_summary_
    Function in charge of testing if the current password is the same as the hashed version.

Definition at line 20 of file test_paths.py.

◆ test_inject_routes()

None test_paths.test_inject_routes ( )
_summary_
    Function in charge of testing the inject_routes

Definition at line 85 of file test_paths.py.

◆ test_load_default_paths()

None test_paths.test_load_default_paths ( )
_summary_
    Function in charge of testing the load_default_paths_initialised

Definition at line 69 of file test_paths.py.

◆ test_path_adding()

None test_paths.test_path_adding ( )
_summary_
    Function in charge of testing if the current password is the same as the hashed version.

Definition at line 53 of file test_paths.py.

Variable Documentation

◆ app

test_paths.app

Definition at line 31 of file test_paths.py.

◆ DEBUG

test_paths.DEBUG = TCONST.DEBUG

Definition at line 29 of file test_paths.py.

◆ debug

test_paths.debug

Definition at line 36 of file test_paths.py.

◆ endpoints_initialised

test_paths.endpoints_initialised

Definition at line 32 of file test_paths.py.

◆ ERROR

test_paths.ERROR = TCONST.ERROR

Definition at line 27 of file test_paths.py.

◆ error

test_paths.error

Definition at line 35 of file test_paths.py.

◆ oauth_authentication_initialised

test_paths.oauth_authentication_initialised

Definition at line 38 of file test_paths.py.

◆ paths_initialised

test_paths.paths_initialised

Definition at line 50 of file test_paths.py.

◆ RDI

test_paths.RDI = RuntimeData(TCONST.SERVER_HOST, TCONST.PORT, "Area", ERROR, SUCCESS)

Definition at line 30 of file test_paths.py.

◆ runtime_data

test_paths.runtime_data

Definition at line 33 of file test_paths.py.

◆ SPI

test_paths.SPI
Initial value:
1= ServerPaths(
2 runtime_data=RDI,
3 success=SUCCESS,
4 error=ERROR,
5 debug=DEBUG
6)

Definition at line 44 of file test_paths.py.

◆ SUCCESS

test_paths.SUCCESS = TCONST.SUCCESS

Definition at line 28 of file test_paths.py.

◆ success

test_paths.success

Definition at line 34 of file test_paths.py.