test_wm

Tests for wm macros

Classes

WBase

Inheritance diagram of WBase

class WBase[source]

Base class for testing macros used to read position.

macro_runs(**kw)[source]

Testing the execution of the ‘wm’ macro and verify that the log ‘output’ exists.

WmTest

Inheritance diagram of WmTest

class WmTest(*a, **kw)[source]

Test of wm macro. It verifies that the macro ‘wm’ can be executed. It inherits from WmBase and from unittest.TestCase. It tests the execution of the ‘wm’ macro and verifies that the log ‘output’ exists.

macro_name = 'wm'