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

docs: add documentation on clarinet test #274

Merged
merged 2 commits into from
Mar 29, 2022
Merged

docs: add documentation on clarinet test #274

merged 2 commits into from
Mar 29, 2022

Conversation

obycode
Copy link
Member

@obycode obycode commented Feb 24, 2022

This commit adds more information about unit testing with clarinet into
the README.

Resolves #132

This commit adds more information about unit testing with clarinet into
the README.

Resolves #132
When the Deno extension is not installed, VS Code will show an error,
"An import path cannot end with a '.ts' extension," on the imports in
the generated unit test files.
@codecov-commenter
Copy link

Codecov Report

Merging #274 (7be7542) into develop (a70c758) will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop    #274      +/-   ##
==========================================
- Coverage     1.32%   1.30%   -0.02%     
==========================================
  Files           32      32              
  Lines         7419    7510      +91     
==========================================
  Hits            98      98              
- Misses        7321    7412      +91     
Flag Coverage Δ
unittests 1.30% <ø> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/frontend/cli.rs 0.00% <0.00%> (ø)
src/generate/project.rs 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a70c758...7be7542. Read the comment docs.

Copy link
Contributor

@lgalabru lgalabru left a comment

Choose a reason for hiding this comment

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

LGTM!

@obycode obycode merged commit 5500bfd into develop Mar 29, 2022
@obycode obycode deleted the docs/testing branch March 29, 2022 22:00
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.

clarinet test requires test file to include _test in name
3 participants