mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-21 18:18:38 +00:00
Fix typo usefixture -> usefixtures.
This commit is contained in:
parent
c575758e00
commit
cb46f19cf8
@ -43,7 +43,7 @@ class TestSettingsFromFile(object):
|
|||||||
assert settings.rules == const.DEFAULT_RULES + ['test']
|
assert settings.rules == const.DEFAULT_RULES + ['test']
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.usefixture('load_source')
|
@pytest.mark.usefixtures('load_source')
|
||||||
class TestSettingsFromEnv(object):
|
class TestSettingsFromEnv(object):
|
||||||
def test_from_env(self, os_environ, settings):
|
def test_from_env(self, os_environ, settings):
|
||||||
os_environ.update({'THEFUCK_RULES': 'bash:lisp',
|
os_environ.update({'THEFUCK_RULES': 'bash:lisp',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user