Add comprehensive tests for hackathon service functionality
- Implemented tests for creating, retrieving, updating, and deleting hackathons. - Added validation tests for hackathon creation and updates. - Included tests for hackathon events and timelines, ensuring proper handling of edge cases. - Created tests for hackathon submissions, including validation and submission status updates. - Organized tests into a dedicated module for better structure and maintainability.
This commit is contained in:
@@ -57,6 +57,7 @@ pub fn create_test_user(
|
||||
|
||||
#[cfg(test)]
|
||||
pub mod iam;
|
||||
pub mod hackathon;
|
||||
pub mod mock_test;
|
||||
|
||||
pub use mock_test::{
|
||||
|
||||
Reference in New Issue
Block a user