Skip to content

Commit

Permalink
📈Adding badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Dubrov committed Aug 17, 2019
1 parent 4685afa commit 7656031
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Datatest: data-driven tests in Rust

[![crates.io][Crate Logo]][Crate]
[![Documentation][Doc Logo]][Doc]
[![Build Status][CI Logo]][CI]

Crate for supporting data-driven tests.

Data-driven tests are tests where individual cases are defined via data rather than in code.
Expand Down Expand Up @@ -122,3 +126,13 @@ at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any
additional terms or conditions.


[Crate]: https://crates.io/crates/datatest
[Crate Logo]: https://img.shields.io/crates/v/datatest.svg

[Doc]: https://docs.rs/datatest
[Doc Logo]: https://docs.rs/datatest/badge.svg

[CI]: https://dev.azure.com/commure/datatest/_build/latest?definitionId=1&branchName=master
[CI Logo]: https://dev.azure.com/commure/datatest/_apis/build/status/commure.sourcegen?branchName=master
16 changes: 15 additions & 1 deletion README.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Datatest: data-driven tests in Rust

[![crates.io][Crate Logo]][Crate]
[![Documentation][Doc Logo]][Doc]
[![Build Status][CI Logo]][CI]

{{readme}}

## License
Expand All @@ -15,4 +19,14 @@ at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any
additional terms or conditions.
additional terms or conditions.


[Crate]: https://crates.io/crates/datatest
[Crate Logo]: https://img.shields.io/crates/v/datatest.svg

[Doc]: https://docs.rs/datatest
[Doc Logo]: https://docs.rs/datatest/badge.svg

[CI]: https://dev.azure.com/commure/datatest/_build/latest?definitionId=1&branchName=master
[CI Logo]: https://dev.azure.com/commure/datatest/_apis/build/status/commure.sourcegen?branchName=master

0 comments on commit 7656031

Please # to comment.