Skip to content

Commit

Permalink
Mark ROOT tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ynikitenko committed May 7, 2021
1 parent ca2cbbc commit 88ba9ad
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[pytest]
filterwarnings =
ignore:::markupsafe
markers =
root: interface to ROOT

## Ignore warnings from other packages ##
#
Expand Down
2 changes: 2 additions & 0 deletions tests/root/test_read_root_file.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import pytest
pytestmark = pytest.mark.root

import ROOT

import lena
Expand Down
2 changes: 2 additions & 0 deletions tests/root/test_read_root_tree.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import pytest
pytestmark = pytest.mark.root

import ROOT

import lena
Expand Down
2 changes: 2 additions & 0 deletions tests/root/test_write_root_tree.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import collections

import pytest
pytestmark = pytest.mark.root

import ROOT

import lena
Expand Down

0 comments on commit 88ba9ad

Please sign in to comment.