https://github.com/rustkas/property-based-testing-with-proper-erlang-and-elixir-coding-experience
My attempts to understand the material of the book using the recommendations given by the author of the book via reabar3 projects. I applied them while reading this technical literature. Link to the book page https://pragprog.com/titles/fhproper/property-based-testing-with-proper-erlang-and-elixir/
https://github.com/rustkas/property-based-testing-with-proper-erlang-and-elixir-coding-experience
Last synced: about 1 month ago
JSON representation
My attempts to understand the material of the book using the recommendations given by the author of the book via reabar3 projects. I applied them while reading this technical literature. Link to the book page https://pragprog.com/titles/fhproper/property-based-testing-with-proper-erlang-and-elixir/
- Host: GitHub
- URL: https://github.com/rustkas/property-based-testing-with-proper-erlang-and-elixir-coding-experience
- Owner: rustkas
- License: epl-2.0
- Created: 2021-06-17T07:29:57.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-19T06:58:15.000Z (about 4 years ago)
- Last Synced: 2025-01-26T10:44:31.792Z (over 1 year ago)
- Language: Erlang
- Homepage:
- Size: 250 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Property-Based Testing with PropEr, Erlang, and Elixir. Via conding
- [Chapter 1](code/ch01)
- [Chapter 2](code/ch02)
- [Chapter 3](code/ch03)
- [Chapter 4](code/ch04)
- [Chapter 5](code/ch05)