-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration tests #85
base: main
Are you sure you want to change the base?
Conversation
…' into story/223461-create-rml-mappings
…' into story/223461-create-rml-mappings
…ssi-dexpi-tmp into story/integration-tests
# Conflicts: # client/Boundaries/Backend/Program.cs
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) ✅ license/snyk check is complete. No issues have been found. (View Details) ✅ code/snyk check is complete. No issues have been found. (View Details) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! I did some minor cleanup, and also fixed the test in DatalogCreatorTests
by removing whitespaces so the test doesn't fail due to different spaces and newlines. I also removed the unused Tests
project.
Aim of the PR
This PR fixes AB#223357
Integration tests on the C# backend of the dexpi poc
Implementation
WebApplicationFactory for running the backend in tests. Dotnet TestContainers for runing Rdfox. Some tests of package and boundaries.
Type of change
If the changes impact any dependent services then provide details.
How Has This Been Tested?
Ran the tests locally
Additional Changes
The RdfoxApi was made non-static and included as a service. Upgraded to dotnet 9.