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

Fix tests and doc examples, make cargo test compile #267

Merged
merged 3 commits into from
Nov 30, 2023
Merged

Conversation

Jondolf
Copy link
Owner

@Jondolf Jondolf commented Nov 29, 2023

Objective

Fixes #191.

Currently, tests are failing with cargo test because some code examples are broken and some tests don't initialize all required plugins or resources with certain feature flags.

Solution

Fix the tests, initializing missing plugins, fixing formatting, adding missing imports and so on. Simply running cargo test should now compile.

@Jondolf Jondolf added the C-Testing Improvements or additions to testing label Nov 29, 2023
@Jondolf Jondolf merged commit 5880242 into main Nov 30, 2023
4 checks passed
@Jondolf Jondolf deleted the fix-tests-and-docs branch November 30, 2023 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-Testing Improvements or additions to testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cargo test doesn't compile
1 participant