Skip to content

Instantly share code, notes, and snippets.

View jigi-33's full-sized avatar
πŸ‘¨β€πŸ’»
done!

ilya shaburov jigi-33

πŸ‘¨β€πŸ’»
done!
  • ITC of NSR
  • Novosibirsk, Russia
  • 12:16 (UTC +07:00)
View GitHub Profile
@amatellanes
amatellanes / pytest.sh
Last active May 13, 2025 10:02
Useful py.test commands.
py.test test_sample.py --collect-only # collects information test suite
py.test test_sample.py -v # outputs verbose messages
py.test -q test_sample.py # omit filename output
python -m pytest -q test_sample.py # calling pytest through python
py.test --markers # show available markers
@ldong
ldong / python_libs.md
Created July 23, 2014 23:50
Python Libraries