Skip to content

Commit

Permalink
Add config for issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
klaasnicolaas committed Jun 12, 2023
1 parent 0baeb31 commit 0359444
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
blank_issues_enabled: true
contact_links:
- name: ❓ Ask a Question
url: https://github.com/klaasnicolaas/python-liege/discussions/new/choose
about: We use GitHub issues for tracking bugs / feature requests, check discussions for questions.
5 changes: 2 additions & 3 deletions poetry.lock

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

1 change: 1 addition & 0 deletions tests/test_liege.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ async def test_internal_session(aresponses: ResponsesMockServer) -> None:
@pytest.mark.asyncio
async def test_timeout(aresponses: ResponsesMockServer) -> None:
"""Test request timeout from the Open Data Platform API of Liège."""

# Faking a timeout by sleeping
async def response_handler(_: aiohttp.ClientResponse) -> Response:
await asyncio.sleep(0.2)
Expand Down

0 comments on commit 0359444

Please sign in to comment.