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

remove six dependency #324

Merged
merged 7 commits into from
Oct 2, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions gabbi/tests/test_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
from gabbi import suitemaker

VALUE_ERROR = 'value error sentinel'
FIXTURE_METHOD = 'start_fixture'


class FakeFixture(fixture.GabbiFixture):
Expand Down Expand Up @@ -54,3 +55,4 @@ def test_suite_catches_fixture_fail(self):

self.assertIn('foo_alpha', str(errored_test))
self.assertIn(VALUE_ERROR, trace)
self.assertIn(FIXTURE_METHOD, trace)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I got the unicode missing rectangle symbol. I had to google it :-) ([👍 Pouce Vers Le Haut sur Apple iOS 11.1])