heck
7a8bf38984
PYADPT-116: for PR's: minimal changes please, sometimes even dead code has a reason oi put it there
4 years ago
Hartmut Goebel
6a715e199d
PYADPT-116: Add more test-cases.
4 years ago
Hartmut Goebel
f5d83b7454
PYADPT-116: Clean up test-suite.
4 years ago
Hartmut Goebel
312c6d9b92
PYADPT-116: Make tests use binary data, esp. null-bytes.
4 years ago
heck
50a09206cd
PYADPT-116: add tests
4 years ago
heck
0a8527c094
Tests: Add PYADPT-124 - identity.update() on new identiy raises PEP_CANNOT_SET_PERSON
4 years ago
heck
49af7303a9
TODO: fix pEp.rating
5 years ago
heck
a3d25c67a5
use decorators, its neat.
5 years ago
heck
94bc07aadd
fix imports
5 years ago
heck
dcea22558b
basic_doctest.py: rewrite as pytest, move to pytests
5 years ago
heck
a03295b495
AGPL 3.0 headers
5 years ago
heck
e6f6a1f6ab
test infrastructure
5 years ago
heck
938639b379
constants add user id, etc...
5 years ago
heck
5b12e284c8
structuring fixtures...
5 years ago
heck
23829e2507
just renaming
5 years ago
heck
61174d0136
rename fixtures, make distinction between import and create. (create == myself())
5 years ago
heck
5963723853
just add encoding header to all test files "# -*- coding: utf-8 -*-"
5 years ago
heck
91c2056d9d
forgot __init__.py for tests package
5 years ago
heck
cccabb66c3
now rename the tests suite to tests again
5 years ago
heck
e3c53a0d3c
Rebuild and fix pytest based tests in new dir tests_new. To work with defined env for engine using separate process per test.
5 years ago
heck
f07f6e060c
lets try moving env setup to fixtures
5 years ago
heck
b5d3177292
PYADPT-86 - "Rename `native_pEp` into `_pEp`"
PYADPT-89 - "Make `native_pep` / `_pEp` a submodule of `pEp`"
More doc
5 years ago
juga
31087b6a29
tests: Show that message encrypt modifies the original one
which is probably not what we want.
If we decide to fix it, the tests' assertions need to be changed.
Closes PYADAPT-99.
5 years ago
juga
c448704265
tests: Remove unused constant myself
5 years ago
juga
d0a94e20cd
tests: Create identities fixture to use in message
Since the identities are not being tested in the message tests,
facilitate to create them.
5 years ago
juga
072563a343
tests: Update pytests created with older version
Closes PYADPT-98.
5 years ago
juga
2dc44380f1
Test the package version
5 years ago
juga
9e18f45a80
Add pytest unit tests
so that they all can run with just one pytest command, they can be
integrated with python test command and with tox and they can be
run separately with different python versions.
6 years ago