4 lines
82 B
Python
4 lines
82 B
Python
|
|
def test_configuration(cmd):
|
|
assert cmd.get_configuration() == (2, 1, 11, 0)
|