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
Data Structures | Functions
test_main Namespace Reference

Data Structures

class  TestMainFunctions
 Test the test functions that are not sure. More...
 

Functions

None test_function ()
 A test function.
 
str test_function2 ()
 A second test function.
 
str test_function3 ()
 A third test function.
 
None test_function4 ()
 A fourth test function.
 

Function Documentation

◆ test_function()

None test_main.test_function ( )

A test function.

Definition at line 14 of file test_main.py.

◆ test_function2()

str test_main.test_function2 ( )

A second test function.

Definition at line 19 of file test_main.py.

◆ test_function3()

str test_main.test_function3 ( )

A third test function.

Definition at line 24 of file test_main.py.

◆ test_function4()

None test_main.test_function4 ( )

A fourth test function.

Definition at line 29 of file test_main.py.