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

Function pytests

src/main.py:48–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 run("atest/"+s, listener="atest/listeners/LoggerListener.py")
47
48def pytests():
49 pytest.main(["utest/"])
50
51if __name__ == "__main__":
52 setup_logging(enabled=True, for_tests=False, console_logging=False, file_logging=True)

Callers 1

main.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected