1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-20 09:39:01 +00:00

Fix tests

This commit is contained in:
David 2020-01-05 15:45:58 +00:00
parent 9e6ab90f76
commit 08bc90903f

View File

@ -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', [