Skip to content
/ bday Public

Birthday Greetings and Property-Based Testing kata.

Notifications You must be signed in to change notification settings

Jaso-N7/bday

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

  1. Bday
    1. Usage
    2. Installation
      1. Testing
    3. Author
    4. Copyright
    5. License

Bday

** ADVISORY

  • This is for MY personal education only in my attempt to learn Property-Based Testing from a highly recommended book.
  • While I am using code and techniques from the book, It is NOT my intention to turn this into a direct port, I am also learning Common Lisp and how to do PBT in CL.

Birthday greetings kata used for Property-Based Testing. Guided by and based on "Property-Based Testing with PropEr, Erlang and Elixir by Fred Hebert" Part II - Stateless Propertise in Practice Chapter 5. Responsible Testing

Usage

Installation

(ql:quickload '("cl-csv" "postmaster" "bday"))

Testing

Load the required packages first: (ql:quickload '(:mockingbird :postmaster-mock cl-quickcheck)) Then: (asdf:test-system "bday")

Author

Copyright

The original Erlang / Elixer code and concepts are from Frank Hebert, this is just my attempt at applying them in Common Lisp to have a better grasp on the concept.

License

About

Birthday Greetings and Property-Based Testing kata.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published