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

add unit tests #60

Merged
merged 1 commit into from
Jan 3, 2022
Merged

add unit tests #60

merged 1 commit into from
Jan 3, 2022

Conversation

japaric
Copy link
Member

@japaric japaric commented Dec 22, 2021

also, flatten the workspace into a single crate. I forget what the original reason for the workspace
was -- I think it was added because cargo t -p testsuite is nicer than running cargo t --test $filename N times.
however, a single crate removes the need to repeat the list of dependencies in testsuite/Cargo.toml

also, document the two sets of tests included with the template and how to run them in the README
file

also, flatten the workspace into a single crate. I forget what the original reason for the workspace
was -- I think it was added because `cargo t -p testsuite` is nicer than running
`cargo t --test $filename` N times. However, a single crate removes the need to repeat the list of
dependencies in `testsuite/Cargo.toml`

also, document the two sets of tests included with the template and how to run them in the README
file
@Urhengulas Urhengulas merged commit 47277bb into main Jan 3, 2022
@Urhengulas Urhengulas deleted the unit-tests branch January 3, 2022 10:29
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.

2 participants