Files
markbench-tests/harness_utils
Derek Hirotsu 0c6ee870de Audit Harness utils - second pass (#38)
* add changes to steam utils to harnesses

* replace steam path

* cleanup duplicated functions for removing video files

* Add util func to remove files
2023-09-21 09:25:31 -07:00
..
2023-09-20 15:42:32 -07:00
2023-09-20 15:42:32 -07:00
2023-09-20 15:42:32 -07:00
2023-09-20 15:42:32 -07:00

Harness Utils

Harness Utils contains scripts that are loosely connected around providing helper utilities used across mulitiple test harnesses.

Keras Service

keras_service.py

Contains class for instancing connection to a Keras Service and provides access to it's web API.

Logging

logging.py

Functions related to logging and formatting output from test harnesses.

Misc

misc.py

Misc utility functions

Process

process.py

Functions related to managing processes.

RTSS

rtss.py

Functions related to setting up and using RTSS configs.

Steam

steam.py

Functions related to using Steam for running games.