common-test Questions
1
Solved
I have a couple dozen Common Test test suite modules for an Erlang application I have written. All the tests are passing but I feel the test suites are very brittle. Reordering the tests causes som...
Zigzagger asked 4/1, 2016 at 19:34
4
Solved
I have a module in Erlang which has functions that are not exported by Erlang.
How can I test / call these functions using common test framework?
Jane asked 15/3, 2013 at 13:21
2
Solved
I have a common test suite that attempts to create an ets table for use in all suites and all test cases. It looks like so:
-module(an_example_SUITE).
-include_lib("common_test/include/ct.hrl").
...
Zampino asked 26/3, 2013 at 7:13
1
Solved
I have a Rebar project with a top-level release directory that just includes the component applications as dependencies and contains the reltool configuration.
Some of my applications have Common ...
Kaufmann asked 29/6, 2012 at 15:54
1
© 2022 - 2024 — McMap. All rights reserved.