Skip to content

Commit a70c6b9

Browse files
authored
Add Swift Package Index information
1 parent fdae553 commit a70c6b9

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.spi.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
version: 1
2+
builder:
3+
configs:
4+
- documentation_targets: [PropertyBased]

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# PropertyBased
22

3+
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fx-sheep%2Fswift-property-based%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/x-sheep/swift-property-based)
4+
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fx-sheep%2Fswift-property-based%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/x-sheep/swift-property-based)
5+
36
PropertyBased is a Swift 6 library that enables Property-Based Testing in `swift-testing`, similar to QuickCheck for Haskell or FsCheck for F# and C#.
47

58
Property-Based Testing can be used as an alternative for (or in addition to) testing with hardcoded values. Run tests with random values, and easily switch to specific values when debugging a test failure.

0 commit comments

Comments
 (0)