Rename test classes

This commit is contained in:
Florian Bruhin 2017-10-02 07:15:00 +02:00
parent a8fc561707
commit fbf9817dcb

View File

@ -32,7 +32,7 @@ def commands(config_stub, keyconf):
return configcommands.ConfigCommands(config_stub, keyconf)
class TestSetConfigCommand:
class TestSet:
"""Tests for :set."""
@ -218,7 +218,7 @@ class TestSetConfigCommand:
assert config_stub.get(opt) == ['foo']
class TestBindConfigCommand:
class TestBind:
"""Tests for :bind and :unbind."""