aau-giraf / web-api

The backend API for GIRAF — a .NET-core project written in C#.
GNU General Public License v3.0
2 stars 5 forks source link

task/256 #314

Closed manfredhod closed 1 year ago

manfredhod commented 1 year ago

Description

Added the necessary tests for the PictrogramController after it had been refactored.

Fixes #256

Type of change

Delete unchecked boxes (only for Type of change)

How Has This Been Tested?

The refactor works, and all the added unit tests pass.

Development Configuration

Dotnet version: 6

Checklist:

Jaffenheimer commented 1 year ago

Skulle nok have kørt alle tests i stedet for kun dem de havde lagt ind haha

manfredhod commented 1 year ago

Please look into the integration test. This is yours: Failed! - Failed: 42, Passed: 122, Skipped: 0, Total: 164 Compared to main: Failed! - Failed: 4, Passed: 133, Skipped: 0, Total: 137

Also, see this PR: #312 Their integration tests pass: Passed! - Failed: 0, Passed: 137, Skipped: 0, Total: 137

Should be updated now.