Skip to content

Commit

Permalink
ci: run pytest on test and docs directories
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrorrivero committed Jan 17, 2024
1 parent 74de39d commit 3b36c33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion test/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,15 @@
# copyright notice, and modified files need to carry a notice indicating
# that they have been altered from the originals.

"""Tests."""

from collections.abc import Iterable, Sequence

from pyproject_qiskit import __version__
from quantum_enablement import __version__


def test_version():
"""Version test."""
assert __version__ == "0.0.0"


Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ commands =
flake8 pyproject_qiskit test docs
isort pyproject_qiskit test docs --check-only
black pyproject_qiskit test docs --check
pylint pyproject_qiskit
pylint pyproject_qiskit test docs
mypy -p pyproject_qiskit


Expand Down

0 comments on commit 3b36c33

Please sign in to comment.