|
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.
|
Test the test functions that are not sure. More...


Public Member Functions | |
| setUp (self) | |
| Setup method that is called before each test. | |
| None | print_debug (self, str string, *args, **kwargs) |
| Print a debug message. | |
| None | test_test1 (self) |
| Test the test1 function. | |
| None | test_test2 (self) |
| None | test_test3 (self) |
| None | test_test4 (self) |
| None | test_test1_mock (self) |
| None | test_test2_mock (self) |
| None | test_test3_mock (self) |
| None | test_test4_mock (self) |
Data Fields | |
| debug | |
Test the test functions that are not sure.
Definition at line 34 of file test_main.py.
| None test_main.TestMainFunctions.print_debug | ( | self, | |
| str | string, | ||
| * | args, | ||
| ** | kwargs ) |
Print a debug message.
| self | The self argument |
| string | The string to be displayed |
| *args | optional arguments the user whishes to pass |
| **kwargs | optional arguments the user whishes to pass |
Definition at line 41 of file test_main.py.
| test_main.TestMainFunctions.setUp | ( | self | ) |
Setup method that is called before each test.
Definition at line 37 of file test_main.py.
| None test_main.TestMainFunctions.test_test1 | ( | self | ) |
Test the test1 function.
| self | The self argument |
Definition at line 51 of file test_main.py.
| None test_main.TestMainFunctions.test_test1_mock | ( | self | ) |
Test the test1 function with a mock @param self The self argument
Definition at line 86 of file test_main.py.
| None test_main.TestMainFunctions.test_test2 | ( | self | ) |
Test the test2 function @param self The self argument
Definition at line 58 of file test_main.py.
| None test_main.TestMainFunctions.test_test2_mock | ( | self | ) |
Test the test2 function with a mock @param self The self argument
Definition at line 95 of file test_main.py.
| None test_main.TestMainFunctions.test_test3 | ( | self | ) |
Test the test3 function @param self The self argument
Definition at line 65 of file test_main.py.
| None test_main.TestMainFunctions.test_test3_mock | ( | self | ) |
Test the test3 function with a mock @param self The self argument
Definition at line 104 of file test_main.py.
| None test_main.TestMainFunctions.test_test4 | ( | self | ) |
Test the test4 function @param self The self argument
Definition at line 74 of file test_main.py.
| None test_main.TestMainFunctions.test_test4_mock | ( | self | ) |
Test the test4 function with a mock @param self The self argument
Definition at line 114 of file test_main.py.
| test_main.TestMainFunctions.debug |
Definition at line 39 of file test_main.py.