Commit graph

12 commits

Author SHA1 Message Date
61117b6fa6 Created test_setup.rs file that consolidates test setup code for interface tests, including db migrations
Some checks are pending
CI/CD Pipeline / Test Backend (push) Waiting to run
CI/CD Pipeline / Test Frontend (push) Waiting to run
CI/CD Pipeline / Build and Push Docker Images (push) Blocked by required conditions
CI/CD Pipeline / Deploy to Production (push) Blocked by required conditions
2025-06-28 01:57:12 -04:00
4c751dd971 Add cross-interface consistency tests 2025-06-25 22:43:29 -04:00
223d560ca0 Add cross-repository consistency integration tests 2025-06-25 21:54:30 -04:00
ae5fb1cf31 Add missing TUI integration tests 2025-06-25 21:42:03 -04:00
8ef852beac Change user and product entities to use getters and setters instead of pub fields 2025-06-25 21:28:44 -04:00
abbaafe2df Added TUI integration tests 2025-06-24 23:33:41 -04:00
9de4f0b64c Update user and product entities to not allow empty username and name, and update corresponding tests 2025-06-24 23:02:48 -04:00
0117f9b490 Remove warnings 2025-06-24 22:38:16 -04:00
bb1bc4bf9b Add CLI integration tests 2025-06-24 22:36:17 -04:00
9cf55ec687 Add performance tests to integration-tests crate 2025-06-23 22:32:46 -04:00
34a1bd6119 Add migration tests to integration-tests crate 2025-06-23 21:59:10 -04:00
243f9f9aef Add cross-crate integration tests to a new integration-tests crate 2025-06-23 21:55:02 -04:00