ProductPromotion
Logo

Elixir

made by https://0x3d.site

GitHub - project-fifo/fqc: FiFo Quickcheck helper
FiFo Quickcheck helper. Contribute to project-fifo/fqc development by creating an account on GitHub.
Visit Site

GitHub - project-fifo/fqc: FiFo Quickcheck helper

GitHub - project-fifo/fqc: FiFo Quickcheck helper

FQC - FiFo Quickcheck helper

A set of helpers for running EQC. It uses the same logic as quickcheck-ci.org to determine what tests to run (functions ending with _prop) and wraps it in a eunit test suite.

Some functions are provided for additional generators. Also it offers colored output for tests instead of the default printing of results.

Simply put -include_lib("fqc/include/fqc.hrl"). in your file.

In addition to that some variables can be -defined:

  • EQC_SETUP When defined the module must provide setup/0 and cleanup/1 which will be used as part of the eunit test suite.
  • EQC_NUM_TESTS The number of tests to run, default is 500.
  • EQC_LONG_TESTS Runs 5000 tests.
  • EQC_SHORT_TEST Runs 100 tests.
  • EQC_EUNIT_TIMEUT The timeout for the unit tests, defaults to ?EQC_NUM_TESTS div 5.
  • EQC_CI Disables colored output to run with EQC_CI.
  • GROWL If defined a growl notification will be send for failed test cases using growlnotify -n eqc -m "A test failed"

Statemachien visualisation

The eqc_dot module provides a function to generate .dot files for graphviz from symbolic statemachine commands.

The main function is eqc_gv:to_dot/2 where the first argument is the list symbilic commands and the second the failed command:

file:write_file("/Users/heinz/test.dot", eqc_gv:to_dot(eqc_gv:example_data(), 6)).
  • The Red command is the failed command.
  • Green commands were successfully executed and are in the dependency path of the failed command.
  • Blue commands were executed but their results were not used by the failed command.

Articles
to learn more about the elixir concepts.

Resources
which are currently available to browse on.

mail [email protected] to add your project or resources here 🔥.

FAQ's
to know more about the topic.

mail [email protected] to add your project or resources here 🔥.

Queries
or most google FAQ's about Elixir.

mail [email protected] to add more queries here 🔍.

More Sites
to check out once you're finished browsing here.

0x3d
https://www.0x3d.site/
0x3d is designed for aggregating information.
NodeJS
https://nodejs.0x3d.site/
NodeJS Online Directory
Cross Platform
https://cross-platform.0x3d.site/
Cross Platform Online Directory
Open Source
https://open-source.0x3d.site/
Open Source Online Directory
Analytics
https://analytics.0x3d.site/
Analytics Online Directory
JavaScript
https://javascript.0x3d.site/
JavaScript Online Directory
GoLang
https://golang.0x3d.site/
GoLang Online Directory
Python
https://python.0x3d.site/
Python Online Directory
Swift
https://swift.0x3d.site/
Swift Online Directory
Rust
https://rust.0x3d.site/
Rust Online Directory
Scala
https://scala.0x3d.site/
Scala Online Directory
Ruby
https://ruby.0x3d.site/
Ruby Online Directory
Clojure
https://clojure.0x3d.site/
Clojure Online Directory
Elixir
https://elixir.0x3d.site/
Elixir Online Directory
Elm
https://elm.0x3d.site/
Elm Online Directory
Lua
https://lua.0x3d.site/
Lua Online Directory
C Programming
https://c-programming.0x3d.site/
C Programming Online Directory
C++ Programming
https://cpp-programming.0x3d.site/
C++ Programming Online Directory
R Programming
https://r-programming.0x3d.site/
R Programming Online Directory
Perl
https://perl.0x3d.site/
Perl Online Directory
Java
https://java.0x3d.site/
Java Online Directory
Kotlin
https://kotlin.0x3d.site/
Kotlin Online Directory
PHP
https://php.0x3d.site/
PHP Online Directory
React JS
https://react.0x3d.site/
React JS Online Directory
Angular
https://angular.0x3d.site/
Angular JS Online Directory