Commit Graph

10 Commits

Author SHA1 Message Date
Paul Horn d48154da30
Merge pull request #4 from knutwalker/dependabot/cargo/test-case-2.0.0
Update test-case requirement from 1.1.0 to 2.0.0
2022-02-25 13:11:25 +01:00
dependabot[bot] 4c5ac2608f
Update test-case requirement from 1.1.0 to 2.0.0
Updates the requirements on [test-case](https://github.com/frondeus/test-case) to permit the latest version.
- [Release notes](https://github.com/frondeus/test-case/releases)
- [Changelog](https://github.com/frondeus/test-case/blob/master/CHANGELOG.md)
- [Commits](https://github.com/frondeus/test-case/compare/v1.1.0...v2.0.0)

---
updated-dependencies:
- dependency-name: test-case
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-23 21:08:29 +00:00
Paul Horn 0ffcdb68b2
Merge pull request #3 from knutwalker/dependabot/cargo/pretty_assertions-1.1.0
Update pretty_assertions requirement from 0.7.2 to 1.1.0
2022-02-23 12:35:30 +01:00
dependabot[bot] 34857cd835
Update pretty_assertions requirement from 0.7.2 to 1.1.0
Updates the requirements on [pretty_assertions](https://github.com/colin-kiegel/rust-pretty-assertions) to permit the latest version.
- [Release notes](https://github.com/colin-kiegel/rust-pretty-assertions/releases)
- [Changelog](https://github.com/colin-kiegel/rust-pretty-assertions/blob/main/CHANGELOG.md)
- [Commits](https://github.com/colin-kiegel/rust-pretty-assertions/compare/v0.7.2...v1.1.0)

---
updated-dependencies:
- dependency-name: pretty_assertions
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-01 21:07:45 +00:00
Paul Horn aa8d1fc386
Use test-case for tests 2021-04-30 23:11:06 +02:00
Paul Horn 38079a0577
Add more pub surface
- e.g. comparisions
- default to cargo compat
2021-04-30 22:27:16 +02:00
Paul Horn 5d9ce0d93a
Support wildcards to fix remaining tests 2021-02-28 23:48:53 +01:00
Paul Horn d610e9954f
Improve parsing 2021-02-28 23:48:53 +01:00
Paul Horn f3ad6a12a3
Initial project 2021-02-28 23:48:53 +01:00
Paul Horn 0ed6906a38
root 2021-02-26 20:09:07 +01:00