Video Catalog for Code Flix project This repository is part of a course by CodeEducation. Tests Execute this to show all tests ./gradlew test Execute only one test: ./gradlew test --tests <PATH TO PACKAGE> # Example: ./gradlew test --tests com.codeflix.VideoCatalog.domain;