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

jnothman / UpSetPlot / 7344202381

28 Dec 2023 03:45AM UTC coverage: 98.906% (+15.4%) from 83.549%
7344202381

Pull #240

github

jnothman
Format with black/ruff
Pull Request #240: Format with black/ruff

982 of 986 new or added lines in 8 files covered. (99.59%)

1 existing line in 1 file now uncovered.

1718 of 1737 relevant lines covered (98.91%)

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✔
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