Mike-Mortensen-Portfolio / PubHub_H6_Final

This repository represents the final exam for the Data Technician with Specaility in Programming 2024. Grade recieved: Simon: 12 (A+), Jasmin: 12 (A+), Mike: 12 (A+)
MIT License
3 stars 1 forks source link

Setup projects for unit testing #156

Closed Sjimooon closed 7 months ago

Sjimooon commented 7 months ago

I've done my best to make things as simplistic as possible, so that new test methods can be created quickly and only contain a minimal amount of code.

If you are going to run the tests that use the DatabaseFixture (all API controller tests), the Docker daemon must be running on the system executing the tests.

Closes #91.