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
dd7bae08
Commit
dd7bae08
authored
May 30, 2020
by
Mathieu Giraud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CHANGELOG.md, README.md: release 3.0.0
parent
8e9a05b2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
CHANGELOG.md
CHANGELOG.md
+9
-0
README.md
README.md
+1
-1
No files found.
CHANGELOG.md
View file @
dd7bae08
`should`
adheres to
[
Semantic Versioning
](
http://semver.org/spec/v2.0.0.html
)
.
## 3.0.0 (2020-07-10)
-
(API change) Directives should be placed before any command #45
-
(API change) --retry launches only failed tests !21
-
(new) option --retry-warned to retry both failed and warned tests !21
-
(new) 'j' tests, testing json data #51
-
Code refactor #39
-
Improved regular and verbose output #38
-
Updated and improved documentation
## 2.0.0 (2019-04-01)
-
(API change) Commands and tests can be interleaved, each test flushing the command outputs #36
-
(API change) Passing 'f' tests now trigger a fail (TODO-but-ok) #20
...
...
README.md
View file @
dd7bae08
...
...
@@ -20,7 +20,7 @@ and is intended to work on any command-line application
### Download
The archive
[
should-
2.0.0.tar.gz
](
https://gitlab.bioinfo-diag.fr/vidjil/should/-/archive/2.0.0/should-2
.0.0.tar.gz
)
The archive
[
should-
3.0.0.tar.gz
](
https://gitlab.bioinfo-diag.fr/vidjil/should/-/archive/3.0.0/should-3
.0.0.tar.gz
)
also includes this documentation with demo files.
In your projetcts, you only need the
[
should.py
](
https://gitlab.bioinfo-diag.fr/vidjil/should/raw/master/src/should.py
)
file.
...
...
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