-
Notifications
You must be signed in to change notification settings - Fork 6
Adding pydot --fixture-graph #3
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
Conversation
Changes Unknown when pulling 2185cd5 on fruch:master into ** on pytest-dev:master**. |
1 similar comment
Changes Unknown when pulling 2185cd5 on fruch:master into ** on pytest-dev:master**. |
Changes Unknown when pulling 81f96a5 on fruch:master into ** on pytest-dev:master**. |
@bubenkoff @amakhnach I've did some changes to CI, and also remove the usage of tox (i.e. not much need in Travis anymore) I think this one is very helpful (it was to me), would be honored to have it in. |
Review status: 0 of 6 files reviewed at latest revision, 2 unresolved discussions. pytest_fixture_tools/plugin.py, line 141 at r2 (raw file):
pytest_fixture_tools/plugin.py, line 147 at r2 (raw file):
how about to directly generate a png file, so people will not have to run dot manually? Comments from Reviewable |
Changes Unknown when pulling 644f17a on fruch:master into ** on pytest-dev:master**. |
Review status: 0 of 7 files reviewed at latest revision, 2 unresolved discussions, some commit checks failed. pytest_fixture_tools/plugin.py, line 141 at r2 (raw file): Previously, bubenkoff (Anatoly Bubenkov) wrote…
I've removed this one, and added a new command line param for the output-dir pytest_fixture_tools/plugin.py, line 147 at r2 (raw file): Previously, bubenkoff (Anatoly Bubenkov) wrote…
I've updated it, hopfully it's clearer now Comments from Reviewable |
Changes Unknown when pulling a232b7c on fruch:master into ** on pytest-dev:master**. |
Review status: 0 of 7 files reviewed at latest revision, 2 unresolved discussions. pytest_fixture_tools/plugin.py, line 39 at r3 (raw file):
please document in the readme pytest_fixture_tools/plugin.py, line 42 at r3 (raw file):
please document in the readme Comments from Reviewable |
Review status: 0 of 7 files reviewed at latest revision, 2 unresolved discussions. pytest_fixture_tools/plugin.py, line 39 at r3 (raw file): Previously, bubenkoff (Anatoly Bubenkov) wrote…
Done. pytest_fixture_tools/plugin.py, line 42 at r3 (raw file): Previously, bubenkoff (Anatoly Bubenkov) wrote…
Done. Comments from Reviewable |
Changes Unknown when pulling 02fa7fd on fruch:master into ** on pytest-dev:master**. |
Reviewed 3 of 5 files at r1, 3 of 4 files at r3, 1 of 1 files at r4. Comments from Reviewable |
Review status: all files reviewed at latest revision, 1 unresolved discussion. Comments from Reviewable |
Review status: all files reviewed at latest revision, 2 unresolved discussions, all commit checks successful. pytest_fixture_tools/plugin.py, line 131 at r4 (raw file):
I'm pretty sure this doesn't belong here pytest_fixture_tools/plugin.py, line 158 at r4 (raw file):
graphviz Comments from Reviewable |
Review status: 6 of 7 files reviewed at latest revision, 2 unresolved discussions. pytest_fixture_tools/plugin.py, line 131 at r4 (raw file): Previously, mikeage (Mike Miller) wrote…
Done. pytest_fixture_tools/plugin.py, line 158 at r4 (raw file): Previously, mikeage (Mike Miller) wrote…
Done. Comments from Reviewable |
Changes Unknown when pulling eb268e4 on fruch:master into ** on pytest-dev:master**. |
@bubenkoff you gave LGTM on it ? anything else is missing ? is it waiting for @mikeage to approve his comments ? (this reviewable is a bit confusing) |
tests/test_fixtrue_graph.py
Outdated
|
||
|
||
def test_fixture_graph_created(testdir): | ||
"""Check that --show-fixture-duplicates will give us list of duplicates.""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copy-pasted docstring.
oops, lazy me. will fix it tomorrow once I'm at my laptop again.
|
Changes Unknown when pulling 33e4382 on fruch:master into ** on pytest-dev:master**. |
LGTM. Merging. |
This change is