Skip to content

mateus-io/TP1-PyTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TP1-PyTest

This project aims to show test cases using PyTest

The project is basically a simple schedule class and one use case.

⚠️ This project only covers unit tests which are a kind of white box testing

🏃 Step by Step how to run it

Make sure that you have:

Python 3.7+ and pip

or Docker and docker-compose

With Docker:

type this command in your terminal:

docker-compose up

Without Docker:

type this command in your terminal:

pip install -r requirements.txt

after

pytest or python -m pytest

About

TP1 PyTest

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published