Skip to content

Commit

Permalink
[TST] use new repo URL for test_cli
Browse files Browse the repository at this point in the history
repo has been migrated from choldgraf/github-activity to executablebooks org

github-activity produces empty results when run on the old URL
  • Loading branch information
minrk committed Oct 29, 2020
1 parent 6e81445 commit 48054b6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ def test_cli(tmpdir, file_regression):
path_tmp = Path(tmpdir)
path_output = path_tmp.joinpath("out.md")

url = "https://github.com/choldgraf/github-activity"
org, repo = ("choldgraf", "github-activity")
url = "https://github.com/executablebooks/github-activity"
org, repo = ("executablebooks", "github-activity")

# CLI with URL
cmd = f"github-activity {url} -s 2019-09-01 -u 2019-11-01 -o {path_output}"
Expand Down
22 changes: 11 additions & 11 deletions tests/test_cli/test_cli.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# master@{2019-09-01}...master@{2019-11-01}
([full changelog](https://github.com/choldgraf/github-activity/compare/479cc4b2f5504945021e3c4ee84818a10fabf810...ed7f1ed78b523c6b9fe6b3ac29e834087e299296))
([full changelog](https://github.com/executablebooks/github-activity/compare/479cc4b2f5504945021e3c4ee84818a10fabf810...ed7f1ed78b523c6b9fe6b3ac29e834087e299296))


## Merged PRs
* defining contributions [#14](https://github.com/choldgraf/github-activity/pull/14) ([@choldgraf](https://github.com/choldgraf))
* updating CLI for new tags [#12](https://github.com/choldgraf/github-activity/pull/12) ([@choldgraf](https://github.com/choldgraf))
* fixing link to changelog with refs [#11](https://github.com/choldgraf/github-activity/pull/11) ([@choldgraf](https://github.com/choldgraf))
* adding contributors list [#10](https://github.com/choldgraf/github-activity/pull/10) ([@choldgraf](https://github.com/choldgraf))
* some improvements to `since` and opened issues list [#8](https://github.com/choldgraf/github-activity/pull/8) ([@choldgraf](https://github.com/choldgraf))
* Support git references etc. [#6](https://github.com/choldgraf/github-activity/pull/6) ([@consideRatio](https://github.com/consideRatio))
* adding authentication information [#2](https://github.com/choldgraf/github-activity/pull/2) ([@choldgraf](https://github.com/choldgraf))
* Mention the required GITHUB_ACCESS_TOKEN [#1](https://github.com/choldgraf/github-activity/pull/1) ([@consideRatio](https://github.com/consideRatio))
* defining contributions [#14](https://github.com/executablebooks/github-activity/pull/14) ([@choldgraf](https://github.com/choldgraf))
* updating CLI for new tags [#12](https://github.com/executablebooks/github-activity/pull/12) ([@choldgraf](https://github.com/choldgraf))
* fixing link to changelog with refs [#11](https://github.com/executablebooks/github-activity/pull/11) ([@choldgraf](https://github.com/choldgraf))
* adding contributors list [#10](https://github.com/executablebooks/github-activity/pull/10) ([@choldgraf](https://github.com/choldgraf))
* some improvements to `since` and opened issues list [#8](https://github.com/executablebooks/github-activity/pull/8) ([@choldgraf](https://github.com/choldgraf))
* Support git references etc. [#6](https://github.com/executablebooks/github-activity/pull/6) ([@consideRatio](https://github.com/consideRatio))
* adding authentication information [#2](https://github.com/executablebooks/github-activity/pull/2) ([@choldgraf](https://github.com/choldgraf))
* Mention the required GITHUB_ACCESS_TOKEN [#1](https://github.com/executablebooks/github-activity/pull/1) ([@consideRatio](https://github.com/consideRatio))

## Contributors to this release
([GitHub contributors page for this release](https://github.com/choldgraf/github-activity/graphs/contributors?from=2019-09-01&to=2019-11-01&type=c))
([GitHub contributors page for this release](https://github.com/executablebooks/github-activity/graphs/contributors?from=2019-09-01&to=2019-11-01&type=c))

[@betatim](https://github.com/search?q=repo%3Acholdgraf%2Fgithub-activity+involves%3Abetatim+updated%3A2019-09-01..2019-11-01&type=Issues) | [@choldgraf](https://github.com/search?q=repo%3Acholdgraf%2Fgithub-activity+involves%3Acholdgraf+updated%3A2019-09-01..2019-11-01&type=Issues) | [@consideRatio](https://github.com/search?q=repo%3Acholdgraf%2Fgithub-activity+involves%3AconsideRatio+updated%3A2019-09-01..2019-11-01&type=Issues)
[@betatim](https://github.com/search?q=repo%3Aexecutablebooks%2Fgithub-activity+involves%3Abetatim+updated%3A2019-09-01..2019-11-01&type=Issues) | [@choldgraf](https://github.com/search?q=repo%3Aexecutablebooks%2Fgithub-activity+involves%3Acholdgraf+updated%3A2019-09-01..2019-11-01&type=Issues) | [@consideRatio](https://github.com/search?q=repo%3Aexecutablebooks%2Fgithub-activity+involves%3AconsideRatio+updated%3A2019-09-01..2019-11-01&type=Issues)

0 comments on commit 48054b6

Please sign in to comment.