Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kubukoz/flawless
WIP Delightful, purely functional testing no-framework. Don't even try to use it at work!
https://github.com/kubukoz/flawless
cats-effect fp functional-programming pure-fp scala testing
Last synced: 10 days ago
JSON representation
WIP Delightful, purely functional testing no-framework. Don't even try to use it at work!
- Host: GitHub
- URL: https://github.com/kubukoz/flawless
- Owner: kubukoz
- License: other
- Created: 2019-04-19T14:28:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T16:32:24.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T12:56:46.014Z (26 days ago)
- Topics: cats-effect, fp, functional-programming, pure-fp, scala, testing
- Language: Scala
- Homepage:
- Size: 477 KB
- Stars: 36
- Watchers: 4
- Forks: 2
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flawless
Delightful, purely functional testing no-framework.
[![License](http://img.shields.io/:license-Apache%202-green.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt)
[![Gitter](https://badges.gitter.im/kubukoz/flawless.svg)](https://gitter.im/kubukoz/flawless?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)# Work in progress
This project is a work in progress. Use it at your own responsibility. I expect the API to change quite often for the time being.
## Installation
```sbt
"com.kubukoz" %% "flawless" % "x.x.x"
```## Usage
```scala
import flawless._
import flawless.syntax._
```## Design
See [design doc](DESIGN.md) and [watch the talk](https://vimeo.com/368027707)!
## Adoption
- [runaid/runaid](https://github.com/runaid/runaid)
- [kubukoz/datas](https://github.com/kubukoz/datas)
- [flawless itself](tests/src/main/scala/flawlessly)