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

jnothman / UpSetPlot / 7342943552

28 Dec 2023 12:13AM UTC coverage: 83.549% (-14.0%) from 97.551%
7342943552

push

github

web-flow
Fix warning due to styling dtyles, and fix column dtype test failure (#238)


Fixes #225

6 of 6 new or added lines in 2 files covered. (100.0%)

312 existing lines in 7 files now uncovered.

1681 of 2012 relevant lines covered (83.55%)

1.62 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(os.path.dirname(os.path.abspath(__file__)),
2✔
10
                        '..', '..', 'examples', '*.py')
2✔
11

12

13
@pytest.mark.parametrize('path', glob.glob(exa_glob))
2✔
14
def test_example(path):
1✔
15
    pytest.importorskip('sklearn')
2✔
UNCOV
16
    pytest.importorskip('seaborn')
×
UNCOV
17
    env = os.environ.copy()
×
UNCOV
18
    env["PYTHONPATH"] = os.getcwd() + ":" + env.get("PYTHONPATH", "")
×
UNCOV
19
    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