Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.
/ pytest_experiments Public archive

Experiments with PyTest

Notifications You must be signed in to change notification settings

alex7c4/pytest_experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Alexander Koryagin
Oct 30, 2017
be58f7a · Oct 30, 2017

History

25 Commits
Oct 30, 2017
Jan 12, 2017
Jan 12, 2017
Jan 12, 2017
Apr 25, 2017
Apr 25, 2017
Jan 12, 2017

Repository files navigation

Experiments with Python


Preparations for Ubuntu:

sudo apt-get update
sudo apt-get install python-pip python-dev build-essential
sudo pip install -U pip setuptools virtualenv
virtualenv --clear .venv && source .venv/bin/activate
pip install -U -r requirements.txt
py.test -vv

To run only Code Style checks:

flake8 experiments/
pylint experiments/

About

Experiments with PyTest

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages