Changeset 5357109 in mod_gnutls for test/tests/24_pkcs11_cert


Ignore:
Timestamp:
Oct 8, 2020, 3:28:49 PM (2 years ago)
Author:
Fiona Klute <fiona.klute@…>
Branches:
asyncio, main, master
Children:
83b5bf6
Parents:
c26a163
Message:

Fix flake8 warnings in test hooks.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/tests/24_pkcs11_cert/hooks.py

    rc26a163 r5357109  
    44from pathlib import Path
    55from unittest import SkipTest
     6
    67
    78def prepare_env():
     
    1112    db = 'authority/server/softhsm2.db'
    1213    softhsm_conf = mgstest.softhsm.tmp_softhsm_conf(db)
     14
    1315    def cleanup():
    1416        print(f'Delete {softhsm_conf}')
Note: See TracChangeset for help on using the changeset viewer.