Gabriel Shekler

Results 6 issues of Gabriel Shekler

Add an option to send additional data in the notification besides the log msg (e.g. custom msg) example: ``` msg = "Something is broken" log.error("can't find parameter") ``` notification: >...

help wanted
Hacktoberfest

DEBUG:notifiers:merging required dict into schema for pushover DEBUG:notifiers:validating provider schema DEBUG:notifiers:merging required dict into schema for pushover DEBUG:notifiers:validating provider schema DEBUG:notifiers:merging required dict into schema for telegram DEBUG:notifiers:validating provider schema...

question

I've encountered a situation where i need to defer 2 types of skip statuses (in addition to xfail) and perform different actions + reporting at the end of the test....

type: proposal

**Describe the bug** If a child class inherits parent class, the decorators of the parent class won't be inherited **To Reproduce** For example ```python import uplink @uplink.response_handler def rsp_handler(response): print(f'request:...

I'm not sure why, but after upgrading version 2.1.1 to 3.1.1 the jenkins report fail, skip and xfail messages corrupt. As can be seen from the screenshots below, only the...

bug
needs more info

having this code: ``` @pytest.mark.hookwrapper def pytest_runtest_makereport(item, call): outcome = yield report = outcome.get_result() print(report.when) def test_foo(): assert 0 ``` The `pytest_runtest_makereport` method will be called 3 times (setup, call...