Browse Source

now rename the tests suite to tests again

master
heck 5 years ago
parent
commit
cccabb66c3
  1. 2
      pyproject.toml
  2. 2
      setup.cfg
  3. 0
      tests/__init__.py
  4. 0
      tests/conftest.py
  5. 0
      tests/constants.py
  6. 0
      tests/data/README.md
  7. 0
      tests/data/alice@openpgp.example.pub.asc
  8. 0
      tests/data/alice@openpgp.example.sec.asc
  9. 0
      tests/data/bob@openpgp.example.pub.asc
  10. 0
      tests/data/bob@openpgp.example.sec.asc
  11. 0
      tests/test_identity.py
  12. 0
      tests/test_message.py
  13. 0
      tests/test_pep.py

2
pyproject.toml

@ -6,6 +6,6 @@ build-backend = "setuptools.build_meta"
minversion = "6.0"
addopts = ""
testpaths = [
"tests_new",
"tests",
]

2
setup.cfg

@ -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
tests/__init__.py

0
tests_new/conftest.py → tests/conftest.py

0
tests_new/constants.py → tests/constants.py

0
tests_new/data/README.md → tests/data/README.md

0
tests_new/data/alice@openpgp.example.pub.asc → tests/data/alice@openpgp.example.pub.asc

0
tests_new/data/alice@openpgp.example.sec.asc → tests/data/alice@openpgp.example.sec.asc

0
tests_new/data/bob@openpgp.example.pub.asc → tests/data/bob@openpgp.example.pub.asc

0
tests_new/data/bob@openpgp.example.sec.asc → tests/data/bob@openpgp.example.sec.asc

0
tests_new/test_identity.py → tests/test_identity.py

0
tests_new/test_message.py → tests/test_message.py

0
tests_new/test_pep.py → tests/test_pep.py

Loading…
Cancel
Save