We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 156b139 commit 7f5c065Copy full SHA for 7f5c065
1 file changed
system_tests/test_share_storage.py
@@ -21,6 +21,8 @@ def test_shares_on_hubs():
21
"""
22
Test that getting a key on the master client results in shares being created on the hubs.
23
24
+ # Pylint complains this looks too much like test_etsi_qkd
25
+ # pylint: disable=duplicate-code
26
# Get key on master client
27
key_id = system_test_common.get_key("sam", "sunny")
28
# There should be a share stored one each hub (we only check hank)
0 commit comments