Skip to content

Commit

Permalink
Merge pull request #7 from dosaboy/fix-tox
Browse files Browse the repository at this point in the history
Fix tox
  • Loading branch information
yukariatlas authored Oct 29, 2024
2 parents 5d43c19 + 74479d4 commit b09a5c1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions tests/unit/test_supportai.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ def setUp(self) -> None:

def tearDown(self):
pass

def test_ai_bot(self):
"""
THIS IS A PLACEHOLDER TEST UNTIL WE GET SOME REAL TESTS IMPLEMENTED.
"""
pass
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# from upstream at https://github.com/canonical/se-tooling-ci-common.
[tox]
skipsdist = True
envlist = py3-coverage,pep8,pylint
envlist = py3,pep8,pylint
minversion = 3.18.0

[flake8]
Expand All @@ -20,7 +20,7 @@ import-order-style = pep8
basepython = {env:TOX_PYTHON:python3}
unit_tests = {toxinidir}/tests/unit/
pyfiles =
{toxinidir} {[testenv]unit_tests}
{toxinidir}/src/support_ai {[testenv]unit_tests}
setenv =
PYTHONHASHSEED=0
deps =
Expand Down

0 comments on commit b09a5c1

Please sign in to comment.