Test

uetools.commands.uat.test.commands()[source]
class uetools.commands.uat.test.RunTestsUAT[source]

Execute automated tests for a given project using UAT

Notes

This does not work

name: str = 'test'
class Arguments[source]

Arguments for the UAT command

test: str
project: str = None
run: str = 'RunUnrealTests'
platform: str = 'Linux'
configuration: str = 'Development'
build: str = 'local'
static execute(args)[source]

Execute the UAT command

uetools.commands.uat.test.COMMANDS

alias of RunTestsUAT