Skip to content

onyxcherry/SzkolaTestow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Excercises from SzkołaTestów modules solved in Python

Running

Clone the repository

git clone https://github.com/onyxcherry/SzkolaTestow.git

Change directory to any module

cd ModuleOne

Create a virtual environment

python -m venv venv

Activate the venv

source venv/bin/activate

Install dependencies

pip install -r requirements.txt

Run

python -m pytest

Note that calling pytest via python adds current directory to sys.path (as mentioned), so don't worry if calling pytest throws an exception (No module named 'app' etc.). Call python -m pytest instead.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages