• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

jnothman / UpSetPlot / 7344254321

28 Dec 2023 03:58AM UTC coverage: 98.586% (+15.0%) from 83.549%
7344254321

push

github

web-flow
Format with black/ruff (#240)

844 of 848 new or added lines in 8 files covered. (99.53%)

4 existing lines in 3 files now uncovered.

1534 of 1556 relevant lines covered (98.59%)

0.99 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

71.43
/upsetplot/tests/test_examples.py
1
import glob
2✔
2
import os
2✔
3
import subprocess
2✔
4
import sys
2✔
5

6
import pytest
2✔
7

8

9
exa_glob = os.path.join(
2✔
10
    os.path.dirname(os.path.abspath(__file__)), "..", "..", "examples", "*.py"
2✔
11
)
12

13

14
@pytest.mark.parametrize("path", glob.glob(exa_glob))
2✔
UNCOV
15
def test_example(path):
1✔
16
    pytest.importorskip("sklearn")
2✔
NEW
17
    pytest.importorskip("seaborn")
×
18
    env = os.environ.copy()
×
19
    env["PYTHONPATH"] = os.getcwd() + ":" + env.get("PYTHONPATH", "")
×
20
    subprocess.check_output([sys.executable, path], env=env)
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc