enable black on tests: api, gpgsign, main, net, vcs

This commit is contained in:
Hans-Christoph Steiner 2023-04-24 12:59:53 +02:00
parent 77f9ac9fa8
commit 6620bf0208
No known key found for this signature in database
GPG key ID: 3E177817BA1B9BFA
5 changed files with 17 additions and 9 deletions

View file

@ -169,8 +169,7 @@ class MainTest(unittest.TestCase):
exit_mock.assert_called_once_with(0)
def test_main_prevent_plugin_override(self):
"""making sure build-in subcommands cannot be overridden by plugins
"""
"""making sure build-in subcommands cannot be overridden by plugins"""
with tempfile.TemporaryDirectory() as tmpdir, TmpCwd(tmpdir):
with open('fdroid_signatures.py', 'w') as f:
f.write(