This is an automated email from the ASF dual-hosted git repository.
akm pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/mahout.git
from 96de645ff Merge pull request #593 from guan404ming/pr-template
add 8323c54ad Refactor testing structure to improve maintainability
new 273207c10 Merge pull request #591 from guan404ming/refactor-test-arch
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
testing/test_create_circuit.py | 5 +--
testing/test_final_quantum_states.py | 20 ++++++---
testing/test_swap_test.py | 67 +++++++++++++++++++++++++---
testing/{ => utils}/__init__.py | 4 ++
testing/{ => utils}/amazon_braket_helpers.py | 0
testing/{ => utils}/cirq_helpers.py | 0
testing/{conftest.py => utils/constants.py} | 16 +------
testing/{ => utils}/qiskit_helpers.py | 0
testing/{ => utils}/qumat_helpers.py | 0
9 files changed, 81 insertions(+), 31 deletions(-)
copy testing/{ => utils}/__init__.py (91%)
rename testing/{ => utils}/amazon_braket_helpers.py (100%)
rename testing/{ => utils}/cirq_helpers.py (100%)
rename testing/{conftest.py => utils/constants.py} (68%)
rename testing/{ => utils}/qiskit_helpers.py (100%)
rename testing/{ => utils}/qumat_helpers.py (100%)