We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4c50fa commit b2b7323Copy full SHA for b2b7323
src/test/mina_automation/fixture/intf.ml
@@ -11,11 +11,12 @@ end
11
module type Fixture = sig
12
type t
13
14
- (**
15
- This module defines a type [t] representing a fixture for integration tests and provides functions to set up, run, and tear down the fixture.
16
-
+ (**
+ This module defines a type [t] representing a fixture for integration tests
+ and provides functions to set up, run, and tear down the fixture.
17
+
18
{1 Functions}
19
20
- [setup ()]: Sets up the fixture and returns an instance of [t].
21
- [test_case t]: Runs the test case associated with the fixture and returns a result.
22
- [teardown t]: Tears down the fixture and cleans up resources.
0 commit comments