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 80a9336 commit ee53f04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions 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 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 quantum_enablement test docs
isort quantum_enablement test docs --check-only
black quantum_enablement test docs --check
pylint quantum_enablement
pylint quantum_enablement test docs
mypy -p quantum_enablement


Expand Down

0 comments on commit ee53f04

Please sign in to comment.