You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.
In order to test endpoints with sample data during code development testing , Github workflow needs to run in real environment with data populated in test database along with the config section . So plan is to use postgres service and use that service in testing with pre populated data provided by sample sql dump in API
This will solve and makes it easy to implement test cases for API .
This issue should address the current github action unit test failing and provide sample db in unittest for this PR
The text was updated successfully, but these errors were encountered:
In order to test endpoints with sample data during code development testing , Github workflow needs to run in real environment with data populated in test database along with the config section . So plan is to use postgres service and use that service in testing with pre populated data provided by sample sql dump in API
This will solve and makes it easy to implement test cases for API .
This issue should address the current github action unit test failing and provide sample db in unittest for this PR
The text was updated successfully, but these errors were encountered: