/python-algs

Primary LanguagePython

Run tests with:

Before 1st test run execute:

python3 -m venv venv && source venv/bin/activate && pip install --upgrade pip && pip3 install -r requirements.txt

And then:

source venv/bin/activate && pytest