Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/WhiskerzAB/PlaygroundTDD
Small library to easily run your tests directly within a Playground
https://github.com/WhiskerzAB/PlaygroundTDD
playground swift tdd
Last synced: 3 months ago
JSON representation
Small library to easily run your tests directly within a Playground
- Host: GitHub
- URL: https://github.com/WhiskerzAB/PlaygroundTDD
- Owner: WhiskerzAB
- License: mit
- Created: 2016-11-08T14:51:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-19T12:09:09.000Z (over 5 years ago)
- Last Synced: 2024-05-21T06:09:54.699Z (6 months ago)
- Topics: playground, swift, tdd
- Language: Swift
- Homepage:
- Size: 244 KB
- Stars: 316
- Watchers: 14
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ios - PlaygroundTDD - Small library to easily run your tests directly within a Playground. (Testing / TDD / BDD)
- awesome-ios-star - PlaygroundTDD - Small library to easily run your tests directly within a Playground. (Testing / TDD / BDD)
README
![Platforms](https://img.shields.io/badge/platform-iOS-green.svg?style=flat)
[![Swift 3.0](https://img.shields.io/badge/Swift-3.0-orange.svg?style=flat)]
(https://developer.apple.com/swift/)
![Platforms](https://img.shields.io/badge/Xcode-8-orange.svg?style=flat)
[![codebeat badge](https://codebeat.co/badges/dfcf5bfa-b069-4229-8175-f8205cf0925c)](https://codebeat.co/projects/github-com-whiskerzab-playgroundtdd)
[![codecov](https://codecov.io/gh/WhiskerzAB/PlaygroundTDD/branch/master/graph/badge.svg)](https://codecov.io/gh/WhiskerzAB/PlaygroundTDD)
![License](https://img.shields.io/badge/license-MIT-grey.svg?style=flat)## Build Status
|**Branch**| **Status** |
|---|---|
|**master** |[![Build Status](https://travis-ci.org/WhiskerzAB/PlaygroundTDD.svg?branch=master)](https://travis-ci.org/WhiskerzAB/PlaygroundTDD)|
|**develop** |[![Build Status](https://travis-ci.org/WhiskerzAB/PlaygroundTDD.svg?branch=develop)](https://travis-ci.org/WhiskerzAB/PlaygroundTDD)|## About
**PlaygroundTDD** enables you to use *TDD* directly on *Xcode Playground* during your development process.
If your development workflow is based on *Playground*, sure you will save a huge amount of time by using our helper!## Authors
* [Chris Scholly](https://github.com/chrisscholly)
* [Gabriel Peart](https://github.com/gabrielPeart)## License
PlaygroundTDD is released under the MIT license.
See LICENSE for details.