Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 982 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 982 Bytes

Simple Unittest based on Python

Project Tests last-commit


Hi! This project is created to show a simple unit test project based on Python language and run that by Github workflows.

Can see workflows and processes in the Action tab on the top of this screen or this link.

Furthermore, you can see the YML file and workflows code in this link


Explain directory structure

graph LR
A[Root] -- For workflos file --> B(/ .github)
A -- Unit test files --> C(/ Tests)
A -- Sample function --> D(/ Calculator)
A -- Sample executable file --> E(/ Example)
Loading