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

pyta-uoft / pyta / 13448749544

21 Feb 2025 02:25AM UTC coverage: 92.914% (-0.08%) from 92.989%
13448749544

Pull #1145

github

web-flow
Merge 7c0b25603 into d7b4ea9f4
Pull Request #1145: Add autoformat utility class and autoformat-options

2 of 2 new or added lines in 1 file covered. (100.0%)

3 existing lines in 1 file now uncovered.

3265 of 3514 relevant lines covered (92.91%)

17.66 hits per line

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

57.14
/python_ta/cfg/__init__.py
1
try:
20✔
2
    from .cfg_generator import generate_cfg
20✔
UNCOV
3
except ModuleNotFoundError:
×
4

UNCOV
5
    def generate_cfg(*_args, **_kwargs) -> None:
×
6
        """Dummy version of generate_cfg"""
UNCOV
7
        raise Exception(
×
8
            "This function requires additional dependencies to be installed: " "python_ta[cfg]"
9
        )
10

11

12
from .graph import *
20✔
13
from .visitor import *
20✔
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

© 2026 Coveralls, Inc