Skip to content

Instantly share code, notes, and snippets.

View nguyenkims's full-sized avatar
🎯
Focusing

Son Nguyen Kim nguyenkims

🎯
Focusing
View GitHub Profile
@nguyenkims
nguyenkims / test_iso.py
Last active February 23, 2022 19:10
This snippet shows how to isolate a pytest test using pytest fixture.
"""
This snippet shows how to isolate a pytest test using pytest fixture.
It requires flask, sqlalchemy, pytest, pytest-order to be installed:
> pip install flask sqlalchemy pytest pytest-order
You can run the script by
> pytest -s test_iso.py