Skip to content
This repository has been 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

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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