gecko-dev/python/mozbuild
Nathan Froyd d9c7ff3320 Bug 1417920 - squash pytest warnings about Test* classes; r=ted.mielczarek
Having an imported class that begins with `Test` causes pytest to warn:

=================================== warnings summary ====================================
mozbuild/test/backend/test_recursivemake.py::TestMetadataBackend
  cannot collect test class 'TestMetadataBackend' because it has a __init__ constructor

-- Docs: http://doc.pytest.org/en/latest/warnings.html

After seeing this several times and each time wondering what the yellow
output in your terminal might mean, the warning starts to get tiresome.
A class-scope `__test__` attribute set to `False` makes this warning go
away; let's do that and eliminate this papercut.
2018-06-01 15:39:54 -04:00
..
dumbmake
mozbuild Bug 1417920 - squash pytest warnings about Test* classes; r=ted.mielczarek 2018-06-01 15:39:54 -04:00
mozpack Bug 1457321: Part 4 - Update built-in add-ons manifst during l10n repack. r=ted f=pike 2018-05-08 01:04:01 -07:00
TODO
setup.py