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: 2 months 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
- Archived: true
- Created: 2019-04-19T14:28:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-09T19:16:56.000Z (2 months ago)
- Last Synced: 2025-03-18T04:09:23.688Z (2 months ago)
- Topics: cats-effect, fp, functional-programming, pure-fp, scala, testing
- Language: Scala
- Homepage:
- Size: 480 KB
- Stars: 37
- Watchers: 3
- 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.
[](http://www.apache.org/licenses/LICENSE-2.0.txt)
[](https://gitter.im/kubukoz/flawless?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)# Project abandoned
This project is abandoned. Use it at your own responsibility.
## 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)