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

Improve test execution and documentation generation #8

Open
Benjamin-Loison opened this issue Oct 13, 2022 · 0 comments
Open

Improve test execution and documentation generation #8

Benjamin-Loison opened this issue Oct 13, 2022 · 0 comments
Labels
CI/CD discussion The task has to be more precisely scoped or the task is waiting details. enhancement New feature or request medium priority A high-priority issue noticeable by the user but he can still workaround it. medium A task that should take less than a day to complete.

Comments

@Benjamin-Loison
Copy link
Owner

Benjamin-Loison commented Oct 13, 2022

Concerning motoko: motoko/README.adoc#testing

Concerning rust:

/*
To run documentation tests:
1. uncomment the `use` line below.
2. comment `#[cfg(test)]` above, above the second `use` of agent.rs, in agent.rs above `impl BitcoinAgent<ManagementCanisterMock>`, in agent.rs above `pub mod tests` and in address_management.rs above `pub mod tests`.
3. remove the four `ignore` documentation test attribute above.
4. add `hex = "0.4.3"` to Cargo.toml `[dependencies]`
*/

Note that list is maybe not exhaustive.

@Benjamin-Loison Benjamin-Loison added enhancement New feature or request CI/CD discussion The task has to be more precisely scoped or the task is waiting details. medium A task that should take less than a day to complete. medium priority A high-priority issue noticeable by the user but he can still workaround it. labels Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD discussion The task has to be more precisely scoped or the task is waiting details. enhancement New feature or request medium priority A high-priority issue noticeable by the user but he can still workaround it. medium A task that should take less than a day to complete.
Projects
None yet
Development

No branches or pull requests

1 participant