Speck

master

bppr/Speck

Speck

A tiny, Linux-compatible, pure-Swift BDD framework for Swift projects. (insert bird-pun)

Current Version: 0.1.0 | Swift 4+

Documentation | Quick Start | Example Project

Features

  • easy-to-extend core testing framework.
  • minimalistic, Swift 3+-friendly API inspired by RSpec and Jasmine
  • customizable / configurable reporters
  • hooks for tests: before, and after
  • a wide variety of expectations for most Swift types and protocols
  • zero dependencies: just libC and Swift
  • plays nicely with SwiftPM
let ExampleSpec = describe("testing with Speck") {
  it("makes testing expressive and fun") {
    expect(testing).to(equal: "fun")
  }
}

Description

  • Swift Tools 4.0.0
View More Packages from this Author

Dependencies

  • None
Last updated: Mon Mar 11 2024 03:28:32 GMT-0900 (Hawaii-Aleutian Daylight Time)