mirror of
https://hub.njuu.cf/TheAlgorithms/Python.git
synced 2023-10-11 13:06:12 +08:00
GitHub Actions build: Add more tests (#8837)
* GitHub Actions build: Add more tests Re-enable some tests that were disabled in #6591. Fixes #8818 * updating DIRECTORY.md * TODO: Re-enable quantum tests * fails: pytest quantum/bb84.py quantum/q_fourier_transform.py --------- Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
parent
267a8b72f9
commit
3bfa89dacf
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -22,11 +22,10 @@ jobs:
|
||||
python -m pip install --upgrade pip setuptools six wheel
|
||||
python -m pip install pytest-cov -r requirements.txt
|
||||
- name: Run tests
|
||||
# See: #6591 for re-enabling tests on Python v3.11
|
||||
# TODO: #8818 Re-enable quantum tests
|
||||
run: pytest
|
||||
--ignore=computer_vision/cnn_classification.py
|
||||
--ignore=machine_learning/lstm/lstm_prediction.py
|
||||
--ignore=quantum/
|
||||
--ignore=quantum/bb84.py
|
||||
--ignore=quantum/q_fourier_transform.py
|
||||
--ignore=project_euler/
|
||||
--ignore=scripts/validate_solutions.py
|
||||
--cov-report=term-missing:skip-covered
|
||||
|
@ -167,7 +167,7 @@
|
||||
* Arrays
|
||||
* [Permutations](data_structures/arrays/permutations.py)
|
||||
* [Prefix Sum](data_structures/arrays/prefix_sum.py)
|
||||
* [Product Sum Array](data_structures/arrays/product_sum.py)
|
||||
* [Product Sum](data_structures/arrays/product_sum.py)
|
||||
* Binary Tree
|
||||
* [Avl Tree](data_structures/binary_tree/avl_tree.py)
|
||||
* [Basic Binary Tree](data_structures/binary_tree/basic_binary_tree.py)
|
||||
|
Loading…
Reference in New Issue
Block a user