Skip to content

Commit

Permalink
exposed Tester name from main
Browse files Browse the repository at this point in the history
  • Loading branch information
PietroPasotti committed Sep 14, 2023
1 parent f61ab60 commit c09587d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions interface_tester/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# See LICENSE file for licensing details.
import pytest

from interface_tester.interface_test import Tester
from interface_tester.plugin import InterfaceTester
from interface_tester.schema_base import DataBagSchema # noqa: F401

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "pytest-interface-tester"

version = "1.0"
version = "1.0.1"
authors = [
{ name = "Pietro Pasotti", email = "[email protected]" },
]
Expand All @@ -22,7 +22,7 @@ keywords = ["juju", "relation interfaces"]
dependencies = [
"pydantic==1.10.7",
"typer==0.7.0",
"ops-scenario>=4.0",
"ops-scenario>=5.2",
"pytest"
]

Expand Down

0 comments on commit c09587d

Please sign in to comment.