-
- Downloads
[refactor] move tests to root of repository
Tests entrypoint was in a testing/ subfolder in the root of the repository. This was made mainly because we had some common files for tests and we didn't want to ship them (files in testing/test_soledad, which is itself a python package. This sometimes causes errors when loading tests (it seems setuptools is confused with having one python package in a subdirectory of another). This commit moves the tests entrypoint to the root of the repository. Closes: #8952
Showing
- .gitlab-ci.yml 1 addition, 5 deletions.gitlab-ci.yml
- README.rst 34 additions, 15 deletionsREADME.rst
- docs/benchmarks.rst 0 additions, 1 deletiondocs/benchmarks.rst
- docs/tests.rst 0 additions, 3 deletionsdocs/tests.rst
- pytest.ini 1 addition, 0 deletionspytest.ini
- requirements-testing.pip 1 addition, 0 deletionsrequirements-testing.pip
- scripts/docker/Dockerfile 0 additions, 0 deletionsscripts/docker/Dockerfile
- scripts/testing/check-pysqlcipher.py 0 additions, 0 deletionsscripts/testing/check-pysqlcipher.py
- scripts/testing/ensure-pysqlcipher-has-usleep.sh 0 additions, 0 deletionsscripts/testing/ensure-pysqlcipher-has-usleep.sh
- testing/README 0 additions, 21 deletionstesting/README
- testing/requirements-testing.pip 0 additions, 3 deletionstesting/requirements-testing.pip
- testing/setup.py 0 additions, 9 deletionstesting/setup.py
- tests/benchmarks/README.md 0 additions, 0 deletionstests/benchmarks/README.md
- tests/benchmarks/assets/cert_default.conf 0 additions, 0 deletionstests/benchmarks/assets/cert_default.conf
- tests/benchmarks/conftest.py 0 additions, 0 deletionstests/benchmarks/conftest.py
- tests/benchmarks/pytest.ini 0 additions, 0 deletionstests/benchmarks/pytest.ini
- tests/benchmarks/test_crypto.py 0 additions, 0 deletionstests/benchmarks/test_crypto.py
- tests/benchmarks/test_legacy_vs_blobs.py 0 additions, 0 deletionstests/benchmarks/test_legacy_vs_blobs.py
- tests/benchmarks/test_misc.py 0 additions, 0 deletionstests/benchmarks/test_misc.py
- tests/benchmarks/test_resources.py 0 additions, 0 deletionstests/benchmarks/test_resources.py
Loading
Please register or sign in to comment