Skip to content
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

Split herostratus into a Cargo workspace #60

Merged
merged 4 commits into from
Nov 1, 2024
Merged

Split herostratus into a Cargo workspace #60

merged 4 commits into from
Nov 1, 2024

Conversation

Notgnoshi
Copy link
Owner

Closes #49

    cargo outdated
    cargo update
This enables using test fixtures in the integration tests (can only use
public API in integration tests, and fixtures are #[cfg(test)].

It also gives a better replacement for the tests/common/mod.rs stuff.
This enables sharing them between herostratus proper and the integration
tests, while keeping them out of the public API of the herostratus
library.
@Notgnoshi Notgnoshi changed the title Workspace cleanup Split herostratus into a Cargo workspace Nov 1, 2024
@Notgnoshi Notgnoshi merged commit 5a62768 into main Nov 1, 2024
5 checks passed
@Notgnoshi Notgnoshi deleted the dev branch November 1, 2024 01:05
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.

Pull test fixtures into a separate crate
1 participant