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
26
Issues
26
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
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
9ad097a6
Commit
9ad097a6
authored
Mar 26, 2019
by
Mathieu Giraud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
demo/: we want to allow some tests to fail
See
#27
.
parent
2c202a38
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
demo/cal.should
demo/cal.should
+6
-0
demo/only.should
demo/only.should
+6
-0
No files found.
demo/cal.should
View file @
9ad097a6
...
...
@@ -54,6 +54,12 @@ $ At least 11 months have a day 15
w>10: 15
# A test with 'a' is allowed to be failed
$ I don't really remember whether there was a January 32 in 2001
a: 32
# A test with 'f' is expected to be failed
$ The year is 1999, but this is not working now
...
...
demo/only.should
View file @
9ad097a6
...
...
@@ -5,3 +5,9 @@ $ Launch only the two 'f' tests
r:Summary.* TODO:1
r:Summary.* TODO-but-ok:1
r:Summary.* total:2
./should --only-a demo/cal.should
$ Launch only the unique 'a' test
r:Summary.* failed-but-ALLOW:1
r:Summary.* total:1
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