Skip to content

Latest commit

 

History

History

ep098

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Today I talk about why I used @pytest.mark.usefixtures instead of normal pytest fixture arguments

Interactive examples

Bash

virtualenv venv
. venv/bin/activate

pip install pytest
pytest t.py

pip install dead
dead

pip install pylint
pylint t.py