Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 414 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 414 Bytes

lions-OOP-example

Object Oriented Programming Example with Tests

Installation instructions:

cd into the project directory (lions-OOP-example)

Create a virtual environment named venv for this project:

$ python3 -m venv venv

Activate this environment:

$ source venv/bin/activate

Install pytest: pip install pytest

Running tests

Run pytest command: pytest