mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2024-11-27 11:44:52 -05:00
quickcheck link
This commit is contained in:
parent
0c7a4ee708
commit
7d761ce935
2 changed files with 2 additions and 2 deletions
|
@ -128,7 +128,7 @@ Only projects that are stable and useful to users are added. Projects that do no
|
|||
|
||||
### Testing
|
||||
|
||||
* [BurntSushi/quickcheck](https://github.com/BurntSushi/quickcheck) — property-based testing using randomly generated input [<img src="https://travis-ci.org/BurntSushi/quickcheck.png?branch=master">](https://travis-ci.org/BurntSushi/quickcheck)
|
||||
* [BurntSushi/quickcheck](https://github.com/BurntSushi/quickcheck) — [QuickCheck](http://www.haskell.org/haskellwiki/Introduction_to_QuickCheck1) in Rust [<img src="https://travis-ci.org/BurntSushi/quickcheck.png?branch=master">](https://travis-ci.org/BurntSushi/quickcheck)
|
||||
* [farcaller/shiny](https://github.com/farcaller/shiny) — a fancy syntax similar to ruby's rspec or Objective-C's kiwi
|
||||
|
||||
### Web programming
|
||||
|
|
|
@ -227,7 +227,7 @@ DATA = \
|
|||
},
|
||||
"BurntSushi/quickcheck": {
|
||||
"url": "https://github.com/BurntSushi/quickcheck",
|
||||
"descr": "property-based testing using randomly generated input",
|
||||
"descr": md_link('QuickCheck', 'http://www.haskell.org/haskellwiki/Introduction_to_QuickCheck1') + ' in Rust',
|
||||
"travis_url": "https://travis-ci.org/BurntSushi/quickcheck",
|
||||
"travis_badge": "https://travis-ci.org/BurntSushi/quickcheck.png?branch=master"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue