mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-14 06:38:32 +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).
|
||||
This APT has Super Cow Powers.
|
||||
'''
|
||||
new_apt_get_operations = ['update', 'upgrade', 'install', 'remove', 'autoremove',
|
||||
'purge', 'source', 'build-dep', 'dist-upgrade',
|
||||
'dselect-upgrade', 'clean', 'autoclean', 'check',
|
||||
'changelog', 'download']
|
||||
new_apt_get_operations = ['update', 'upgrade', 'install', 'remove', 'purge',
|
||||
'autoremove', 'dist-upgrade', 'dselect-upgrade',
|
||||
'build-dep', 'clean', 'autoclean', 'check',
|
||||
'source', 'download', 'changelog']
|
||||
|
||||
|
||||
@pytest.mark.parametrize('script, output', [
|
||||
|
Loading…
x
Reference in New Issue
Block a user