#490 Avoid printing warnings after running pytest
Merged 4 years ago by lholecek. Opened 4 years ago by lholecek.
lholecek/greenwave fix-pytest-mark  into  master

file modified
+6
@@ -6,3 +6,9 @@ 

  # Disable the name-based class collection entirely

  # (we can still inherit from unittest.TestCase if necessary).

  python_classes =

+ # Register marks.

+ # See: https://docs.pytest.org/en/latest/mark.html#registering-marks

+ markers =

+     smoke: simple tests to check a new deployment

+ filterwarnings =

+     ignore:Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated:DeprecationWarning

no initial comment

Pull-Request has been merged by lholecek

4 years ago
Metadata