Daily Shaarli

All links of one day in a single page.

February 13, 2017

Show Pytest Warnings (2016) — pytest-tricks

Un fix tout simple pour se débarrasser des avertissements :

WC1 test_foobar.py cannot collect test class 'TestXxx' because it has a __init__ constructor

Renommez la classe en question ;)