Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
should
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
23
Issues
23
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
should
Commits
7417d093
Commit
7417d093
authored
Aug 07, 2020
by
Mathieu Giraud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
demo/verbose.should: test verbose output
closes
#60
and
#61
parent
c642a821
Pipeline
#2703
passed with stages
in 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
0 deletions
+33
-0
demo/verbose.should
demo/verbose.should
+33
-0
No files found.
demo/verbose.should
0 → 100644
View file @
7417d093
# should can have different levels of verbosity
./should demo/json.should
# Show summary, but do not show passed tests
r:==> ok .* total:.. tests
0:tests are on the keys
./should -v demo/json.should
# Show summary and show passed tests, with details
r:==> ok .* total:.. tests
:tests are on the keys
:numbers[3].meaning
r:numbers\[3\].meaning .*42
./should -v demo/hello.should
# Do not show stdout
l0:------------ hello, world ------------
./should -vv demo/hello.should
# Show stdout
l1:------------ hello, world ------------
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment