Skip to content

Instantly share code, notes, and snippets.

@kmadisa
Created December 4, 2021 19:27
Show Gist options
  • Save kmadisa/bf418c6ecade7cab28267e3820b1f83a to your computer and use it in GitHub Desktop.
Save kmadisa/bf418c6ecade7cab28267e3820b1f83a to your computer and use it in GitHub Desktop.
tango-simlib python module used to override command behaviour
class TestSim:
def action_command1(self, model, tango_dev=None, data_input=None):
print("Sim device Command1 executed!")
class TestSimControl:
def test_action_command1(self, model, tango_dev=None, data_input=None):
print("SimControl device Command1 executed!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment