Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[KED-1076] Add open flag to build-docs that opens the documentation on build #107

Merged
merged 12 commits into from
Oct 2, 2019
Prev Previous commit
Next Next commit
Remove extraneous whitespace to make linter happy
  • Loading branch information
mzjp2 committed Sep 26, 2019
commit bfa7acdf67de19573021341d3857819510c94cf9
1 change: 0 additions & 1 deletion tests/template/test_kedro_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ def test_open_docs(self, open_flag, call_mock, python_call_mock, fake_kedro_cli,
assert each in args[0]



class TestBuildReqsCommand:
def test_requirements_file_exists(self, python_call_mock, fake_kedro_cli, mocker):
# File exists:
Expand Down