Skip to content

Commit

Permalink
Chore: Fix links after merging branch sfa
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jan 19, 2025
1 parent e0a1aaa commit 72be215
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pueblo/sfa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ not be used together.
# Invoke Python entrypoint with given specification.
PYTHONPATH=$(pwd) sfa run tests.testdata.entrypoint:main
sfa run tests/testdata/entrypoint.py:main
sfa run https://github.com/pyveci/pueblo/raw/refs/heads/sfa/tests/testdata/entrypoint.py#main
sfa run https://github.com/pyveci/pueblo/raw/refs/heads/main/tests/sfa/basic.py#main
sfa run github://pyveci:pueblo@/tests/testdata/entrypoint.py#main
```

Expand Down
4 changes: 2 additions & 2 deletions tests/test_sfa.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_address_url():
[
"tests.sfa.basic:main",
"tests/sfa/basic.py:main",
"https://github.com/pyveci/pueblo/raw/refs/heads/sfa/tests/sfa/basic.py#main",
"https://github.com/pyveci/pueblo/raw/refs/heads/main/tests/sfa/basic.py#main",
],
)
def test_application_api_success(capsys, spec):
Expand Down Expand Up @@ -73,7 +73,7 @@ def test_application_api_not_callable(capsys, spec):
[
"tests.sfa.basic:main",
"tests/sfa/basic.py:main",
"https://github.com/pyveci/pueblo/raw/refs/heads/sfa/tests/sfa/basic.py#main",
"https://github.com/pyveci/pueblo/raw/refs/heads/main/tests/sfa/basic.py#main",
],
)
def test_application_cli(mocker, capfd, spec):
Expand Down

0 comments on commit 72be215

Please sign in to comment.