mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-20 01:28:56 +00:00
Fix tests
This commit is contained in:
parent
9e6ab90f76
commit
08bc90903f
@ -110,10 +110,10 @@ Package and version choices can be expressed via apt_preferences(5).
|
|||||||
Security details are available in apt-secure(8).
|
Security details are available in apt-secure(8).
|
||||||
This APT has Super Cow Powers.
|
This APT has Super Cow Powers.
|
||||||
'''
|
'''
|
||||||
new_apt_get_operations = ['update', 'upgrade', 'install', 'remove', 'autoremove',
|
new_apt_get_operations = ['update', 'upgrade', 'install', 'remove', 'purge',
|
||||||
'purge', 'source', 'build-dep', 'dist-upgrade',
|
'autoremove', 'dist-upgrade', 'dselect-upgrade',
|
||||||
'dselect-upgrade', 'clean', 'autoclean', 'check',
|
'build-dep', 'clean', 'autoclean', 'check',
|
||||||
'changelog', 'download']
|
'source', 'download', 'changelog']
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.parametrize('script, output', [
|
@pytest.mark.parametrize('script, output', [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user