gpgme/lang/python/tests
Justus Winter 4b32643450 python: Use vanity modules for constants in tests and examples.
* lang/python/gpg/constants/sig/notation.py: New file.
* lang/python/gpg/constants/sig/__init__.py: Import new module.

* lang/python/examples/assuan.py: Use more specific module for
constants, e.g. 'protocol.ASSUAN' instead of 'PROTOCOL_ASSUAN'.
* lang/python/examples/testCMSgetkey.py: Likewise.
* lang/python/tests/initial.py: Likewise.
* lang/python/tests/t-callbacks.py: Likewise.
* lang/python/tests/t-decrypt-verify.py: Likewise.
* lang/python/tests/t-decrypt.py: Likewise.
* lang/python/tests/t-edit.py: Likewise.
* lang/python/tests/t-encrypt-large.py: Likewise.
* lang/python/tests/t-encrypt-sign.py: Likewise.
* lang/python/tests/t-encrypt-sym.py: Likewise.
* lang/python/tests/t-encrypt.py: Likewise.
* lang/python/tests/t-export.py: Likewise.
* lang/python/tests/t-file-name.py: Likewise.
* lang/python/tests/t-idiomatic.py: Likewise.
* lang/python/tests/t-import.py: Likewise.
* lang/python/tests/t-keylist.py: Likewise.
* lang/python/tests/t-protocol-assuan.py: Likewise.
* lang/python/tests/t-sig-notation.py: Likewise.
* lang/python/tests/t-sign.py: Likewise.
* lang/python/tests/t-signers.py: Likewise.
* lang/python/tests/t-trustlist.py: Likewise.
* lang/python/tests/t-verify.py: Likewise.
* lang/python/tests/t-wait.py: Likewise.

Signed-off-by: Justus Winter <justus@g10code.com>
2016-10-31 15:42:35 +01:00
..
encrypt-only.asc python: Add an idiomatic interface. 2016-07-15 18:28:09 +02:00
final.py python: Import from __future__ to align behavior of Python 2.7. 2016-09-14 12:15:57 +02:00
initial.py python: Use vanity modules for constants in tests and examples. 2016-10-31 15:42:35 +01:00
Makefile.am tests: Make "make -j distcheck" work in Python. 2016-09-20 19:58:00 +02:00
run-tests.py python: Build for both Python2 and Python3. 2016-09-14 12:18:15 +02:00
sign-only.asc python: Add an idiomatic interface. 2016-07-15 18:28:09 +02:00
support.py python: Import the topmost module in tests and examples. 2016-10-31 15:42:35 +01:00
t-callbacks.py python: Use vanity modules for constants in tests and examples. 2016-10-31 15:42:35 +01:00
t-data.py python: Import the topmost module in tests and examples. 2016-10-31 15:42:35 +01:00
t-decrypt-verify.py python: Use vanity modules for constants in tests and examples. 2016-10-31 15:42:35 +01:00
t-decrypt.py python: Use vanity modules for constants in tests and examples. 2016-10-31 15:42:35 +01:00
t-edit.py python: Use vanity modules for constants in tests and examples. 2016-10-31 15:42:35 +01:00
t-encrypt-large.py python: Use vanity modules for constants in tests and examples. 2016-10-31 15:42:35 +01:00
t-encrypt-sign.py python: Use vanity modules for constants in tests and examples. 2016-10-31 15:42:35 +01:00
t-encrypt-sym.py python: Use vanity modules for constants in tests and examples. 2016-10-31 15:42:35 +01:00
t-encrypt.py python: Use vanity modules for constants in tests and examples. 2016-10-31 15:42:35 +01:00
t-export.py python: Use vanity modules for constants in tests and examples. 2016-10-31 15:42:35 +01:00
t-file-name.py python: Use vanity modules for constants in tests and examples. 2016-10-31 15:42:35 +01:00
t-idiomatic.py python: Use vanity modules for constants in tests and examples. 2016-10-31 15:42:35 +01:00
t-import.py python: Use vanity modules for constants in tests and examples. 2016-10-31 15:42:35 +01:00
t-keylist.py python: Use vanity modules for constants in tests and examples. 2016-10-31 15:42:35 +01:00
t-protocol-assuan.py python: Use vanity modules for constants in tests and examples. 2016-10-31 15:42:35 +01:00
t-sig-notation.py python: Use vanity modules for constants in tests and examples. 2016-10-31 15:42:35 +01:00
t-sign.py python: Use vanity modules for constants in tests and examples. 2016-10-31 15:42:35 +01:00
t-signers.py python: Use vanity modules for constants in tests and examples. 2016-10-31 15:42:35 +01:00
t-trustlist.py python: Use vanity modules for constants in tests and examples. 2016-10-31 15:42:35 +01:00
t-verify.py python: Use vanity modules for constants in tests and examples. 2016-10-31 15:42:35 +01:00
t-wait.py python: Use vanity modules for constants in tests and examples. 2016-10-31 15:42:35 +01:00
t-wrapper.py python: Import the topmost module in tests and examples. 2016-10-31 15:42:35 +01:00