Skip to content

Test Model Changesets #4

@gregziegan

Description

@gregziegan

Background

We are using Postgresql without foreign key/unique constraints. This means we need to do our validations on the application level. We made this modeling decision due to the flexibility this gives us in migrations and when defining new relationships. However, This requires us to diligently test our models' changesets. We cannot leave these untested before consuming user/movie data.

Task

Test the following tables.

  • airs
  • collections
  • companies
  • creates
  • departments
  • episodes
  • genres
  • groups
  • guest_stars
  • jobs
  • languages
  • media_genres
  • media_sources
  • media
  • members
  • movies
  • networks
  • owners
  • people
  • produces
  • reviews
  • seasons
  • shows
  • sources
  • spoken_languages
  • stars_in
  • users

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions