aneoconsulting / ArmoniK.Core

Task manager for ArmoniK (submission, scheduling, IO data, monitoring). Implements API located in https://github.com/aneoconsulting/ArmoniK.Api
https://aneoconsulting.github.io/ArmoniK.Core/
GNU Affero General Public License v3.0
10 stars 8 forks source link

test: make sure to run MongoDB Auth Table tests #773

Closed aneojgurhem closed 2 weeks ago

aneojgurhem commented 2 weeks ago

Motivation

Make sure all tests are properly executed.

Description

Add missing attribute [Setup] on the function that setup tests so that the tests are properly initialized and executed. Also fixes tests that were not working after adding the attribute.

Testing

Unit tests were executed locally.

Impact

Better coverage !

Checklist