Skip to content

Commit

Permalink
chore: improve testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gabotechs authored and gabotechs committed Jun 11, 2023
1 parent 9752dc5 commit bc9ee67
Show file tree
Hide file tree
Showing 5 changed files with 295 additions and 31 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ jobs:
unit-test-lint:
if: ${{ !startsWith(github.event.head_commit.message, 'tag') }}
runs-on: ubuntu-latest
services:
signway:
image: gabotechs/signway
options: --entrypoint signway my-id my-secret
ports:
- 3000:3000

steps:
- uses: actions/checkout@v3
- run: pipx install poetry
Expand Down
154 changes: 149 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ packages = [{ include = "signway_sdk" }]

[tool.poetry.dependencies]
python = "^3.9"
requests = "^2.31.0"

[tool.poetry.dev-dependencies]
pytest = "7.3.1"
pytest = "^7.3.1"
flake8 = "^6.0.0"
requests = "^2.31.0"

[build-system]
requires = ["poetry-core"]
Expand Down
Loading

0 comments on commit bc9ee67

Please sign in to comment.