Closed emoss08 closed 4 months ago
This pull request primarily focuses on implementing tests for various components of the project. It includes the addition of new test files, modifications to existing configurations, and some refactoring to support the new tests.
Files | Changes |
---|---|
internal/api/services/accessoricharge.service_test.go internal/api/services/commenttype.service_test.go internal/api/services/chargetype.service_test.go |
Added tests for various service components. |
pkg/testutils/test_db.go pkg/testutils/file.go pkg/testutils/test_minio_client.go pkg/testutils/test_fiber_app.go pkg/testutils/factory/accessorial_charge_factory.go pkg/testutils/factory/organization_factory.go pkg/testutils/rsa_keys.go pkg/testutils/factory/state_factory.go pkg/testutils/factory/business_unit_factory.go |
Added various utility and factory files to support testing. |
Summary by Sourcery
This pull request introduces new test utilities and comprehensive test cases for various services. It also updates the CI workflow to support database testing and enhances the AccessorialCharge model.