Skip to content

sky0193/python_examples_basic_unit_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Unit Testing

This project describes basic folder structure for unit testing in python. Features are shown with simple examples:

  • Include sub-folders.
  • Include parent-folders.
  • Find all unit tests in folders
  • Html report generation

It can be used as a template for new unit-test projects.

Install Prerequirements (Windows)

python3 -m pip install html-testRunner

Run tests (Windows)

python3 .\function_test\test_main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages