mstrio > server > test_center > settings

class mstrio.server.test_center.settings.TestCenterSettings(connection)

Bases: object

Object representation of Test Center Settings.

The object will fetch the current Test Center settings. Object attributes (representing settings) can be modified manually.

Parameters:

connection (Connection)

fetch()

Fetch Test Center settings and sets them as object attributes.

update()

Update Test Center settings with the currently set values. On failure, reverts to last, good values.