-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
Report the number of evaluated tests alongside with diagnostics #127
Closed
Closed
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
0122488
Remove VSCode config folder and add source code generation in TS build
smartclash e706b63
Allow passing of path to type definiton file manually
smartclash 43ac091
Update README.md
smartclash 1282ce6
Refactor code to check definition file existence if specified manually
smartclash 8185162
Fix the checking of type file existence
smartclash 35063ce
Use expect error instead of ignoring it
smartclash 4d23908
Allow specifing test files manually
smartclash c7e427b
Allow passing relative path of typing def file
smartclash 4cf8cb4
Allow passing relative path to test files
smartclash 1bf9d15
Counts number of tests. Still needs to pass it.
smartclash 544c401
[WIP] Verbose mode
smartclash 039d8e9
Remove verbose mode option
smartclash 8a9c90e
Support for ExtendedDiagnostics
smartclash ea3961a
Make changes according to suggestions
smartclash 2f7e26a
Merge branch 'relative-paths' into feature/verbose-reporting
smartclash 134b88c
Fixed README alignment
smartclash a447c7d
Remove counting custom rules as a test
smartclash da0741a
Provide docs for new changes
smartclash a477f69
Merge branch 'relative-paths' into feature/verbose-reporting
smartclash 64409b3
Add tests for new typingsFile option
smartclash 6d24bca
Fixed tests file resolving issue when typingsFile option is set
smartclash 1d391ae
Add tests for testFiles option
smartclash d925296
Add tests to check cases where typings file is not found in specified…
smartclash 414e242
Merge branch 'relative-paths' into feature/verbose-reporting
smartclash 59670d6
Use globby for testFiles option
smartclash eb4a6ea
Merge branch 'relative-paths' into feature/verbose-reporting
smartclash 9eb0912
Add unit test to check numTests parameter
SaurabhAgarwala 41e9e0c
Remove .vscode entry in gitignore
smartclash 02927f0
Update docs
smartclash 285c6cb
Make testFiles property readonly
smartclash 59c5f4b
Fix grammar
smartclash d27c0df
Merge branch 'relative-paths' into feature/verbose-reporting
smartclash 641e5cd
Grammar and typo fix
smartclash caf42f2
Merge branch 'feature/verbose-reporting' of github.com:MLH-Fellowship…
smartclash 9ece40e
Grammar in README
smartclash 7b8d323
Merge branch 'relative-paths' into feature/verbose-reporting
smartclash 44c066e
Update readme.md
smartclash c549587
Improve readme
smartclash cb3da21
Merge branch 'relative-paths' into feature/verbose-reporting
smartclash 9424f46
Refactor numTests into testCount
smartclash 90c0bf4
rebase and clean up
mrazauskas 15915f4
simplify cli logic
mrazauskas e3fd1cc
fix lost typings
mrazauskas 312d8b8
factor out `countAssertions`
mrazauskas 3570e0d
move test
mrazauskas File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be named
assertionCount
as well.