Skip to content

Commit

Permalink
Add a placeholder test to make CI pass (#15)
Browse files Browse the repository at this point in the history
* add placeholder integration test

* fix naming of tox target
  • Loading branch information
bschimke95 authored Jul 22, 2024
1 parent 7ef1172 commit 4bafa8b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions tests/integration/test_harbor.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#
# Copyright 2024 Canonical, Ltd.
#
import logging
import os

pytest_plugins = ["k8s_test_harness.plugin"]

LOG = logging.getLogger(__name__)


def test_integration_place_holder():
# TODO: remove this placeholder test
# pytest fails if there is no test run
pass
2 changes: 1 addition & 1 deletion tests/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ commands =
black {tox_root}/integration --check --diff

[testenv:sanity]
description = Run integration tests
description = Run sanity tests
deps =
-r {tox_root}/requirements-test.txt
commands =
Expand Down

0 comments on commit 4bafa8b

Please sign in to comment.