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
Data can be loaded directly into PostgreSQL from an SQL file using some script. The tests will check whether Get/Create/Update/Delete give a correct result.
For other files that don't involve much logic, unit tests can be added later on or entirely avoided.
Unit tests involve testing each function independently and the main logic of this application lies in the vrprouting extension, so a complete end-to-end test is more beneficial.
Check the code coverage
Fix any bugs detected from the tests.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: