Skip to content

Releases: common-workflow-language/cwltest

2.3.20230527113600

27 May 11:47
Compare
Choose a tag to compare

What's Changed

  • Validate actual file properties such as checksum by @tom-tan in #146

Misc

Full Changelog: 2.3.20230108193615...2.3.20230527113600

2.3.20230108193615

08 Jan 20:53
de7f1ad
Compare
Choose a tag to compare

What's Changed

deps

New Contributors

Full Changelog: 2.2.20220521103021...2.3.20230108193615

2.2.20220521103021

21 May 10:43
9dac068
Compare
Choose a tag to compare

What's Changed

deps

Full Changelog: 2.2.20211116163652...2.2.20220521103021

2.2.20211116163652

18 Nov 10:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.20210901154959...2.2.20211116163652

2.2.20210901154959

05 Oct 13:53
Compare
Choose a tag to compare

What's Changed

  • Modernize & print command in verbose mode by @mr-c in #116

Full Changelog: 2.1.20210626101542...2.2.20210901154959

cwltest 2.1.20210626101542 allow newer schema-salad

27 Jun 21:00
Compare
Choose a tag to compare
Update schema-salad requirement

Updates the requirements on [schema-salad](https://github.com/common-workflow-language/schema_salad) to permit the latest version.
- [Release notes](https://github.com/common-workflow-language/schema_salad/releases)
- [Commits](https://github.com/common-workflow-language/schema_salad/compare/5.0.20200220195218...8.0.20210624154013)

---
updated-dependencies:
- dependency-name: schema-salad
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

cwltest 2.1.20210423130452: allow exclusion of tests by name or number

23 Apr 13:19
4f1fa34
Compare
Choose a tag to compare

allow exclusion of tests by name or number 3b05d04 @rupertnash
Update pytest requirement; freshen release test script 5b913e8 ffed6d8 60dbec1 20810aa a217026 4f1fa34 @mr-c

cwltest 2.0.20200626112502: new option --show-tags

30 Oct 12:35
a32bc53
Compare
Choose a tag to compare

"--show-tags" to show all tags in tests #88 by @manabuishii

cwltest 2.0.20200220223835: Enhance resource loading; better badges

30 Oct 12:34
85709d1
Compare
Choose a tag to compare

Update the badge section in README.rst #103 by @tom-tan
Enhance resource loading by using the schema_salad module #104 by @tetron

cwltest 2.0.20200117101530: Python 3 is now required; Added `--junit-verbose` option

30 Oct 12:32
66efe79
Compare
Choose a tag to compare

Add --junit-verbose option #96 by @tom-tan
Add Python 3.8 support #98 by @mr-c
remove py2, upgrade mypy, format black #101 by @mr-c
Remove [CWL] from badge subjects #100 by @tom-tan
Generate yellow badges for the results of non-required tests #102 by @tom-tan