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

andgineer / api-db-prototype / 8766121206

20 Apr 2024 03:45PM UTC coverage: 83.956% (-2.9%) from 86.892%
8766121206

push

github

andgineer
upgrade reqs

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

89 existing lines in 23 files now uncovered.

1057 of 1259 relevant lines covered (83.96%)

0.84 hits per line

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

80.0
/src/openapi_server/models/user_group.py
1
from datetime import date, datetime  # noqa: F401
1✔
2

3
from typing import List, Dict  # noqa: F401
1✔
4

5
from openapi_server.models.base_model import Model
1✔
6
from openapi_server import util
1✔
7

8

9
class UserGroup(Model):
1✔
10
    """NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11

12
    Do not edit the class manually.
13
    """
14

15
    """
1✔
16
    allowed enum values
17
    """
18
    ADMIN = 'admin'
1✔
19
    FULL = 'full'
1✔
20
    GUEST = 'guest'
1✔
21
    def __init__(self):  # noqa: E501
1✔
22
        """UserGroup - a model defined in OpenAPI
23

24
        """
UNCOV
25
        self.openapi_types = {
×
26
        }
27

UNCOV
28
        self.attribute_map = {
×
29
        }
30

31
    @classmethod
1✔
32
    def from_dict(cls, dikt) -> 'UserGroup':
1✔
33
        """Returns the dict as a model
34

35
        :param dikt: A dict.
36
        :type: dict
37
        :return: The UserGroup of this UserGroup.  # noqa: E501
38
        :rtype: UserGroup
39
        """
40
        return util.deserialize_model(dikt, cls)
×
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