Zappy - Year end project 2
This is a project that Epitech asked us to create in order to allow us to reveiw the notions of the current year.
Loading...
Searching...
No Matches
Static Public Attributes
test_constants.CI Class Reference

Just a dummy class with data. More...

Collaboration diagram for test_constants.CI:
Collaboration graph

Static Public Attributes

int ERR = 84
 
int ERROR = ERR
 
int SUCCESS = 0
 
dict COLOURS
 

Detailed Description

Just a dummy class with data.

Definition at line 13 of file test_constants.py.

Field Documentation

◆ COLOURS

dict test_constants.CI.COLOURS
static
Initial value:
= {
"default": "0A",
"prompt": "0B",
"error": "0C",
"success": "03",
"info": "0D",
"reset": "rr",
"help_title_colour": "0E",
"help_command_colour": "0A",
"help_description_colour": "0F",
"env_term_colour": "09",
"env_shell_colour": "03",
"env_definition_colour": "0B",
"session_name_colour": "0D"
}

Definition at line 20 of file test_constants.py.

◆ ERR

int test_constants.CI.ERR = 84
static

Definition at line 15 of file test_constants.py.

◆ ERROR

int test_constants.CI.ERROR = ERR
static

Definition at line 16 of file test_constants.py.

◆ SUCCESS

int test_constants.CI.SUCCESS = 0
static

Definition at line 17 of file test_constants.py.


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