nautobot / go-nautobot

Autogenerated Nautobot API Go Bindings
Other
7 stars 3 forks source link

Define Test strategy for `DcimManufacturers` #2

Closed chadell closed 1 year ago

chadell commented 2 years ago

It should cover CRUD operations:

Kircheneer commented 2 years ago

I am evaluating the possibility of generating unit tests automatically from examples in the openapi schema:

components:
  schemas:
    Manufacturer:
      ...
      properties:
        ...
        name:
          type: string
          maxLength: 100
          example: Cisco # this would be new