Skip to content

Infra - wire up database for test #2119

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Jamesbarford
Copy link
Contributor

I've added a Makefile too so we can spin it up and down locally.

use crate::{tests::run_db_test, Commit, CommitType, Date};

/// Create a Commit
fn create_commit(commit_sha: &str, time: chrono::DateTime<Utc>, r#type: CommitType) -> Commit {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've copied this function from another set of tests from load.rs. Should we have something like a test_utils.rs

@Jamesbarford Jamesbarford force-pushed the infra/add-database-testing-capability branch from 6ed3731 to 5a2721b Compare May 15, 2025 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant