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

ets-labs / python-dependency-injector / 3727721380

pending completion
3727721380

Pull #647

github-actions

GitHub
Merge d3b316d3d into 3858cef65
Pull Request #647: Python 3.11 Support

691 of 750 relevant lines covered (92.13%)

0.92 hits per line

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

100.0
/src/dependency_injector/errors.py
1
"""Dependency injector errors."""
2

3

4
class Error(Exception):
1✔
5
    """Base error.
6

7
    All dependency injector errors extend this error class.
8
    """
9

10

11
class NoSuchProviderError(Error, AttributeError):
1✔
12
    """Error that is raised when provider lookup is failed."""
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