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

iplweb / bpp / f77eb09d-4388-431e-b9f3-4fc7a8822640

28 Aug 2025 08:13PM UTC coverage: 39.949% (-3.5%) from 43.402%
f77eb09d-4388-431e-b9f3-4fc7a8822640

push

circleci

mpasternak
Whatever

16244 of 40662 relevant lines covered (39.95%)

0.74 hits per line

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

0.0
src/formdefaults/tests/test_util.py
1
from formdefaults.models import FormRepresentationManager
×
2
from formdefaults.util import full_name, get_python_class_by_name
×
3

4

5
def test_full_name():
×
6
    assert (
×
7
        full_name(FormRepresentationManager())
8
        == "formdefaults.models.FormRepresentationManager"
9
    )
10

11

12
def test_get_python_class_by_name():
×
13
    fn = "formdefaults.models.FormRepresentationManager"
×
14
    assert get_python_class_by_name(fn) == FormRepresentationManager
×
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