Skip to content

a5chin/awesome-UnitTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnitTest

Usage

python -m unittest -v main.py 

Directory Structure

${ROOT}
├── in
│   ├── test_1.txt
│   ├── test_2.txt
│   ├── test_3.txt
│   ...
├── method
│   ├── __init__.py
│   └── code.py    # write your code here!
├── out
│   ├── answer_1.txt
│   ├── answer_2.txt
│   ├── answer_2.txt
│   ...

Releases

No releases published

Packages

No packages published

Languages