This repository has been archived on 2025-08-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
GGS/tests/ggs_db_quickcheck_test.erl
2011-04-14 17:47:55 +02:00

22 lines
303 B
Erlang

-module(ggs_db_quickcheck_test).
-include_lib("eqc/include/eqc.hrl").
-compile(export_all).
%prop_delete() ->
% ?FORALL({X, Xs}, {int(), list(int())},
% not lists:member(X, lists:delete(X, Xs))).
%test_delete() ->
% quickcheck(prop_delete()).
prop_getitem ->
ggs_db:init(),
?FORALL({}).