Skip to content
/ cakedb Public
forked from pmembrey/cakedb

CakeDB - Now you really can have your cake and eat it!

License

Notifications You must be signed in to change notification settings

daveh86/cakedb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cakedb

CakeDB - Now you really can have your cake and eat it!

###PropEr testing

In order to do so you will need to first build a release of CakeDB with:

rebar generate

You can then start a console in the new release with:

rel/cake/bin/cake console_clean

Once the console is ready you can run the tests with:

> proper:quickcheck(cake_streams_statem:prop_cake_streams_work(),[{numtests,100}]).

* If you don't have a release ready, you can build one with rebar get-deps, rebar compile and finally rebar generate.

About

CakeDB - Now you really can have your cake and eat it!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Erlang 56.7%
  • Perl 19.3%
  • Java 15.6%
  • Ruby 6.0%
  • Shell 2.4%