preheat_open.running_in_test_mode

preheat_open.running_in_test_mode()

Method to evaluate whether the code is running in test mode. Test mode is activated when using Pytest

Return type:

bool

Returns:

True if running in test mode, False otherwise