Support for custom types #23
Annotations
43 errors and 29 warnings
Build and test (1.15.7, 25.3):
test/contract/predicates_test.exs#L388
test size?/1 with a list returns error when the value's size is not equal to the arg (Drops.PredicatesTest)
|
Build and test (1.15.7, 25.3):
test/contract/predicates_test.exs#L618
test includes?/2 with a list returns success when the arg is not included in the list (Drops.PredicatesTest)
|
Build and test (1.15.7, 25.3):
test/contract/predicates_test.exs#L209
test empty?/1 with :list returns error with a non-empty list (Drops.PredicatesTest)
|
Build and test (1.15.7, 25.3):
test/contract/predicates_test.exs#L543
test min_size?/1 with a list returns error when the value's size is less than the arg (Drops.PredicatesTest)
|
Build and test (1.15.7, 25.3):
test/contract/predicates_test.exs#L455
test max_size?/1 with a list returns error when the value's size is greater than the arg (Drops.PredicatesTest)
|
Build and test (1.15.7, 25.3):
test/contract/predicates_test.exs#L634
test excludes?/2 with a list returns success when the arg is included in the list (Drops.PredicatesTest)
|
Build and test (1.15.7, 25.3):
test/contract/types/custom_test.exs#L15
test using a custom type returns success with a valid input (Drops.Contract.Types.CustomTest)
|
Build and test (1.15.7, 25.3):
test/contract/types/custom_test.exs#L19
test using a custom type returns errors with invalid input (Drops.Contract.Types.CustomTest)
|
Build and test (1.15.7, 25.3):
test/contract/contract_test.exs#L4
doctest Drops.Contract.conform/1 (1) (Drops.ContractTest)
|
Build and test (1.15.7, 25.3):
test/contract/contract_test.exs#L4
doctest Drops.Contract.rule/3 (5) (Drops.ContractTest)
|
Build and test (1.15.7, 26.1)
The job was canceled because "_1_15_7_25_3" failed.
|
Build and test (1.15.7, 26.1):
test/contract/predicates_test.exs#L618
test includes?/2 with a list returns success when the arg is not included in the list (Drops.PredicatesTest)
|
Build and test (1.15.7, 26.1):
test/contract/predicates_test.exs#L543
test min_size?/1 with a list returns error when the value's size is less than the arg (Drops.PredicatesTest)
|
Build and test (1.15.7, 26.1):
test/contract/predicates_test.exs#L634
test excludes?/2 with a list returns success when the arg is included in the list (Drops.PredicatesTest)
|
Build and test (1.15.7, 26.1):
test/contract/predicates_test.exs#L388
test size?/1 with a list returns error when the value's size is not equal to the arg (Drops.PredicatesTest)
|
Build and test (1.15.7, 26.1):
test/contract/predicates_test.exs#L209
test empty?/1 with :list returns error with a non-empty list (Drops.PredicatesTest)
|
Build and test (1.15.7, 26.1):
test/contract/predicates_test.exs#L455
test max_size?/1 with a list returns error when the value's size is greater than the arg (Drops.PredicatesTest)
|
Build and test (1.15.7, 26.1):
test/contract/rule_test.exs#L29
test rule/1 with a flat map and a single key returns rule errors (Drops.Contract.RuleTest)
|
Build and test (1.15.7, 26.1):
test/contract/rule_test.exs#L99
test rule/1 with multiple rules defined returns rule errors (Drops.Contract.RuleTest)
|
Build and test (1.15.7, 26.1):
test/contract/rule_test.exs#L186
test rule/1 for the whole input when nested returns rule errors (Drops.Contract.RuleTest)
|
Build and test (1.15.7, 26.1):
test/contract/rule_test.exs#L62
test rule/1 with a nested map returns rule errors (Drops.Contract.RuleTest)
|
Build and test (1.14.5, 26.1)
The job was canceled because "_1_15_7_25_3" failed.
|
Build and test (1.14.5, 26.1):
test/contract/predicates_test.exs#L618
test includes?/2 with a list returns success when the arg is not included in the list (Drops.PredicatesTest)
|
Build and test (1.14.5, 26.1):
test/contract/predicates_test.exs#L455
test max_size?/1 with a list returns error when the value's size is greater than the arg (Drops.PredicatesTest)
|
Build and test (1.14.5, 26.1):
test/contract/predicates_test.exs#L543
test min_size?/1 with a list returns error when the value's size is less than the arg (Drops.PredicatesTest)
|
Build and test (1.14.5, 26.1):
test/contract/predicates_test.exs#L634
test excludes?/2 with a list returns success when the arg is included in the list (Drops.PredicatesTest)
|
Build and test (1.14.5, 26.1):
test/contract/predicates_test.exs#L209
test empty?/1 with :list returns error with a non-empty list (Drops.PredicatesTest)
|
Build and test (1.14.5, 26.1):
test/contract/predicates_test.exs#L388
test size?/1 with a list returns error when the value's size is not equal to the arg (Drops.PredicatesTest)
|
Build and test (1.14.5, 26.1):
test/contract/schema_test.exs#L583
test sum of schemas returns error when both schemas didn't pass (Drops.Contract.SchemaTest)
|
Build and test (1.14.5, 26.1):
test/contract/schema_test.exs#L475
test sum of lists returns error when both cases didn't pass (Drops.Contract.SchemaTest)
|
Build and test (1.14.5, 26.1):
test/contract/schema_test.exs#L292
test schema for string maps returns success when schema validation passed (Drops.Contract.SchemaTest)
|
Build and test (1.14.5, 26.1):
test/contract/schema_test.exs#L578
test sum of schemas returns success when either of the schemas passed (Drops.Contract.SchemaTest)
|
Build and test (1.14.5, 25.3)
The job was canceled because "_1_15_7_25_3" failed.
|
Build and test (1.14.5, 25.3):
test/contract/predicates_test.exs#L543
test min_size?/1 with a list returns error when the value's size is less than the arg (Drops.PredicatesTest)
|
Build and test (1.14.5, 25.3):
test/contract/predicates_test.exs#L209
test empty?/1 with :list returns error with a non-empty list (Drops.PredicatesTest)
|
Build and test (1.14.5, 25.3):
test/contract/predicates_test.exs#L388
test size?/1 with a list returns error when the value's size is not equal to the arg (Drops.PredicatesTest)
|
Build and test (1.14.5, 25.3):
test/contract/predicates_test.exs#L455
test max_size?/1 with a list returns error when the value's size is greater than the arg (Drops.PredicatesTest)
|
Build and test (1.14.5, 25.3):
test/contract/predicates_test.exs#L618
test includes?/2 with a list returns success when the arg is not included in the list (Drops.PredicatesTest)
|
Build and test (1.14.5, 25.3):
test/contract/predicates_test.exs#L634
test excludes?/2 with a list returns success when the arg is included in the list (Drops.PredicatesTest)
|
Build and test (1.14.5, 25.3):
test/contract/schema_test.exs#L553
test sum of list of schemas nested returns error when all cases didn't pass (Drops.Contract.SchemaTest)
|
Build and test (1.14.5, 25.3):
test/contract/schema_test.exs#L583
test sum of schemas returns error when both schemas didn't pass (Drops.Contract.SchemaTest)
|
Build and test (1.14.5, 25.3):
test/contract/schema_test.exs#L578
test sum of schemas returns success when either of the schemas passed (Drops.Contract.SchemaTest)
|
Build and test (1.14.5, 25.3):
test/contract/schema_test.exs#L508
test sum of list of schemas returns error when both cases didn't pass (Drops.Contract.SchemaTest)
|
Build and test (1.15.7, 25.3)
redefining module Drops.ContractTest.UserContract (current version defined in memory)
|
Build and test (1.15.7, 25.3)
redefining module Drops.ContractTest.UserContract (current version defined in memory)
|
Build and test (1.15.7, 25.3)
redefining module Drops.ContractTest.UserContract (current version defined in memory)
|
Build and test (1.15.7, 25.3)
redefining module Drops.ContractTest.UserContract (current version defined in memory)
|
Build and test (1.15.7, 26.1)
redefining module Drops.CastersTest.UserContract (current version defined in memory)
|
Build and test (1.15.7, 26.1)
redefining module Drops.ContractTest.UserContract (current version defined in memory)
|
Build and test (1.15.7, 26.1)
redefining module Drops.ContractTest.UserContract (current version defined in memory)
|
Build and test (1.15.7, 26.1)
redefining module Drops.ContractTest.UserContract (current version defined in memory)
|
Build and test (1.15.7, 26.1)
redefining module Drops.ContractTest.UserContract (current version defined in memory)
|
Build and test (1.14.5, 26.1):
test/contract/predicates_test.exs#L396
function conform/2 required by behaviour Drops.Contract is not implemented (in module Drops.PredicatesTest.TestContract)
|
Build and test (1.14.5, 26.1):
test/contract/predicates_test.exs#L71
function conform/2 required by behaviour Drops.Contract is not implemented (in module Drops.PredicatesTest.TestContract)
|
Build and test (1.14.5, 26.1):
test/contract/predicates_test.exs#L525
function conform/2 required by behaviour Drops.Contract is not implemented (in module Drops.PredicatesTest.TestContract)
|
Build and test (1.14.5, 26.1):
test/contract/predicates_test.exs#L608
function conform/2 required by behaviour Drops.Contract is not implemented (in module Drops.PredicatesTest.TestContract)
|
Build and test (1.14.5, 26.1):
test/contract/predicates_test.exs#L656
function conform/2 required by behaviour Drops.Contract is not implemented (in module Drops.PredicatesTest.TestContract)
|
Build and test (1.14.5, 26.1):
test/contract/predicates_test.exs#L23
function conform/2 required by behaviour Drops.Contract is not implemented (in module Drops.PredicatesTest.TestContract)
|
Build and test (1.14.5, 26.1):
test/contract/predicates_test.exs#L314
function conform/2 required by behaviour Drops.Contract is not implemented (in module Drops.PredicatesTest.TestContract)
|
Build and test (1.14.5, 26.1):
test/contract/predicates_test.exs#L640
function conform/2 required by behaviour Drops.Contract is not implemented (in module Drops.PredicatesTest.TestContract)
|
Build and test (1.14.5, 26.1):
test/contract/predicates_test.exs#L577
function conform/2 required by behaviour Drops.Contract is not implemented (in module Drops.PredicatesTest.TestContract)
|
Build and test (1.14.5, 26.1):
test/contract/predicates_test.exs#L314
function conform/2 required by behaviour Drops.Contract is not implemented (in module Drops.PredicatesTest.TestContract)
|
Build and test (1.14.5, 25.3):
test/contract/predicates_test.exs#L87
function conform/2 required by behaviour Drops.Contract is not implemented (in module Drops.PredicatesTest.TestContract)
|
Build and test (1.14.5, 25.3):
test/contract/predicates_test.exs#L215
function conform/2 required by behaviour Drops.Contract is not implemented (in module Drops.PredicatesTest.TestContract)
|
Build and test (1.14.5, 25.3):
test/contract/predicates_test.exs#L55
function conform/2 required by behaviour Drops.Contract is not implemented (in module Drops.PredicatesTest.TestContract)
|
Build and test (1.14.5, 25.3):
test/contract/predicates_test.exs#L282
function conform/2 required by behaviour Drops.Contract is not implemented (in module Drops.PredicatesTest.TestContract)
|
Build and test (1.14.5, 25.3):
test/contract/predicates_test.exs#L525
function conform/2 required by behaviour Drops.Contract is not implemented (in module Drops.PredicatesTest.TestContract)
|
Build and test (1.14.5, 25.3):
test/contract/predicates_test.exs#L119
function conform/2 required by behaviour Drops.Contract is not implemented (in module Drops.PredicatesTest.TestContract)
|
Build and test (1.14.5, 25.3):
test/contract/predicates_test.exs#L525
function conform/2 required by behaviour Drops.Contract is not implemented (in module Drops.PredicatesTest.TestContract)
|
Build and test (1.14.5, 25.3):
test/contract/predicates_test.exs#L656
function conform/2 required by behaviour Drops.Contract is not implemented (in module Drops.PredicatesTest.TestContract)
|
Build and test (1.14.5, 25.3):
test/contract/predicates_test.exs#L7
function conform/2 required by behaviour Drops.Contract is not implemented (in module Drops.PredicatesTest.TestContract)
|
Build and test (1.14.5, 25.3):
test/contract/predicates_test.exs#L266
function conform/2 required by behaviour Drops.Contract is not implemented (in module Drops.PredicatesTest.TestContract)
|