MCPcopy Create free account
hub / github.com/MarketSquare/robotframework-ai / module

Function module

utest/modules/test_module.py:5–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3
4@pytest.fixture
5def module():
6 # Initialize an instance of the Module class
7 return Module()
8
9def test_validate_input_arguments_given_valid_input_is_true(module):
10 # Test valid inputs

Callers

nothing calls this directly

Calls 1

ModuleClass · 0.90

Tested by

no test coverage detected