File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Repo reader
22
3- This is a simple example package that can be used to get basic info on GitHub repository groups (a.k.a. organisations ).
3+ This is a simple python package that can be used to get basic list of repositories in a GitHub repository group (a.k.a. organisation ).
44
55# Installation
66
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " repo_reader_sancherepan"
7- version = " 0.3.1 "
7+ version = " 0.3.3 "
88authors = [
99 { name =" SAnCherepan" , email =" sivkinpunk@gmail.com" },
1010]
Original file line number Diff line number Diff line change 44github_base_url = "https://api.github.com"
55
66
7- # ToDo: recursively lookup resources directory and generate mocks wherever response.json is present
7+ # ToDo: recursively lookup tests/ resources directory and generate mocks wherever response.json is present
88@pytest .fixture (autouse = True )
99def request_register_get_urls (requests_mock ):
1010 # list of repositories
You can’t perform that action at this time.
0 commit comments