Added Unit Tests for Shor’s Algorithm (#12318) #12546
Closed
Annotations
5 errors
Run uvx ruff check --output-format=github .:
tests/cryptography/test_shor_algorithm.py#L1
tests/cryptography/test_shor_algorithm.py:1:1: INP001 File `tests/cryptography/test_shor_algorithm.py` is part of an implicit namespace package. Add an `__init__.py`.
|
Run uvx ruff check --output-format=github .:
tests/cryptography/test_shor_algorithm.py#L1
tests/cryptography/test_shor_algorithm.py:1:1: I001 Import block is un-sorted or un-formatted
|
Run uvx ruff check --output-format=github .:
tests/cryptography/test_shor_algorithm.py#L4
tests/cryptography/test_shor_algorithm.py:4:26: PT006 Wrong type passed to first argument of `pytest.mark.parametrize`; expected `tuple`
|
Run uvx ruff check --output-format=github .:
tests/cryptography/test_shor_algorithm.py#L10
tests/cryptography/test_shor_algorithm.py:10:25: N803 Argument name `N` should be lowercase
|
Run uvx ruff check --output-format=github .
Process completed with exit code 1.
|
Loading