This website works better with JavaScript.
Home
Help
Register
Sign In
htgoebel
/
pEpPythonAdapter
forked from
pEp.foundation/pEpPythonAdapter
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
now rename the tests suite to tests again
PYADPT-100
heck
2 years ago
parent
e3c53a0d3c
commit
cccabb66c3
13 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pyproject.toml
+1
-1
setup.cfg
+0
-0
tests/__init__.py
+0
-0
tests/conftest.py
+0
-0
tests/constants.py
+0
-0
tests/data/README.md
+0
-0
tests/data/alice@openpgp.example.pub.asc
+0
-0
tests/data/alice@openpgp.example.sec.asc
+0
-0
tests/data/bob@openpgp.example.pub.asc
+0
-0
tests/data/bob@openpgp.example.sec.asc
+0
-0
tests/test_identity.py
+0
-0
tests/test_message.py
+0
-0
tests/test_pep.py
+ 1
- 1
pyproject.toml
View File
@ -6,6 +6,6 @@ build-backend = "setuptools.build_meta"
minversion
=
"6.0"
addopts
=
""
testpaths
=
[
"tests
_new
"
,
"tests"
,
]
+ 1
- 1
setup.cfg
View File
@ -28,7 +28,7 @@ classifiers =
zip_safe
=
false
include_package_data
=
true
python_requires
=
>= 3.6
test_suite
=
tests
_new
test_suite
=
tests
install_requires
=
# deprecated/redundant with pyproject.toml, but lets keep both ways around for now
setup_requires
=
+ 0
- 0
tests/__init__.py
View File
tests_new/conftest.py → tests/conftest.py
View File
tests_new/constants.py → tests/constants.py
View File
tests_new/data/README.md → tests/data/README.md
View File
tests_new/data/alice@openpgp.example.pub.asc → tests/data/alice@openpgp.example.pub.asc
View File
tests_new/data/alice@openpgp.example.sec.asc → tests/data/alice@openpgp.example.sec.asc
View File
tests_new/data/bob@openpgp.example.pub.asc → tests/data/bob@openpgp.example.pub.asc
View File
tests_new/data/bob@openpgp.example.sec.asc → tests/data/bob@openpgp.example.sec.asc
View File
tests_new/test_identity.py → tests/test_identity.py
View File
tests_new/test_message.py → tests/test_message.py
View File
tests_new/test_pep.py → tests/test_pep.py
View File
Write
Preview
Loading…
Cancel
Save