Skip to content

Ada-C18/lions-OOP-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages