Skip to content

Commit

Permalink
Add comments to EQC test explaining what it does
Browse files Browse the repository at this point in the history
  • Loading branch information
nickelization committed Mar 12, 2018
1 parent e317aa5 commit 87755b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/adapter_state_eqc_test.exs
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Skip EQC testing if we don't have it installed:
if Code.ensure_compiled?(:eqc) do
defmodule AdapterStateEqcTest do
# This test runs a series of database operations through the adapter
# and checks that everything appears to stay consistent and follow
# all the rules the way we expect it to.

use ExUnit.Case
use EQC.ExUnit
use EQC.StateM
Expand Down

0 comments on commit 87755b1

Please sign in to comment.