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

Release 0.7.5 #516

Merged
merged 2 commits into from
Oct 1, 2024
Merged

Release 0.7.5 #516

merged 2 commits into from
Oct 1, 2024

Conversation

codecov-releaser
Copy link
Contributor

Release PR for 0.7.5
I've updated the version name and committed: 7e72c63.

Copy link

github-actions bot commented Oct 1, 2024

❌ Failed Test Results:

Completed 3465 tests with 5 failed, 3460 passed and 0 skipped.

View the full list of failed tests
Test Description Failure message
Testsuite:
tests.commands.test_process_test_results::test_process_test_results

Test name:
pytest
self = <MagicMock name='send_post_request' id='139680133777728'>, args = ()
kwargs = {'data': {'body': '### :x: Failed Test Results: \nCompleted 4 tests with 1 failed, 3 passed and 0 skipped.\n<det...whatever', 'X-GitHub-Api-Version': '2022-11-28'}, 'url': 'https://api.github..../issues/pull/comments'}
expected = call(url='https://api.github..../issues/pull/comments', data={'body': '### :x: Failed Test Results: \n...rs={'Accept': 'application/vnd.github+json', 'Authorization': 'Bearer whatever', 'X-GitHub-Api-Version': '2022-11-28'})
actual = call(url='https://api.github..../issues/pull/comments', data={'body': '### :x: Failed Test Results: \n...rs={'Accept': 'application/vnd.github+json', 'Authorization': 'Bearer whatever', 'X-GitHub-Api-Version': '2022-11-28'})
_error_message = <function NonCallableMock.assert_called_with.<locals>._error_message at 0x7f09d0d2a320>
cause = None

def assert_called_with(self, /, *args, **kwargs):
"""assert that the last call was made with the specified arguments.

Raises an AssertionError if the args and keyword args passed in are
different to the last call to the mock."""
if self.call_args is None:
expected = self._format_mock_call_signature(args, kwargs)
actual = 'not called.'
error_message = ('expected call not found.\nExpected: %s\nActual: %s'
% (expected, actual))
raise AssertionError(error_message)

def _error_message():
msg = self._format_mock_failure_message(args, kwargs)
return msg
expected = self._call_matcher(_Call((args, kwargs), two=True))
actual = self._call_matcher(self.call_args)
if actual != expected:
cause = expected if isinstance(expected, Exception) else None
> raise AssertionError(_error_message()) from cause
E AssertionError: expected call not found.
E Expected: send_post_request(url='https://api.github..../issues/pull/comments', data={'body': '### :x: Failed Test Results: \nCompleted 4 tests with 1 failed, 3 passed and 0 skipped.\n<details><summary>View the full list of failed tests</summary>\n\n
Testsuite:
tests.commands.test_process_test_results::test_process_test_results

Test name:
pytest
self = <MagicMock name='send_post_request' id='139883643875600'>, args = ()
kwargs = {'data': {'body': '### :x: Failed Test Results: \nCompleted 4 tests with 1 failed, 3 passed and 0 skipped.\n<det...whatever', 'X-GitHub-Api-Version': '2022-11-28'}, 'url': 'https://api.github..../issues/pull/comments'}
expected = call(url='https://api.github..../issues/pull/comments', data={'body': '### :x: Failed Test Results: \n...rs={'Accept': 'application/vnd.github+json', 'Authorization': 'Bearer whatever', 'X-GitHub-Api-Version': '2022-11-28'})
actual = call(url='https://api.github..../issues/pull/comments', data={'body': '### :x: Failed Test Results: \n...rs={'Accept': 'application/vnd.github+json', 'Authorization': 'Bearer whatever', 'X-GitHub-Api-Version': '2022-11-28'})
_error_message = <function NonCallableMock.assert_called_with.<locals>._error_message at 0x7f3932fe0720>
cause = None

def assert_called_with(self, /, *args, **kwargs):
"""assert that the last call was made with the specified arguments.

Raises an AssertionError if the args and keyword args passed in are
different to the last call to the mock."""
if self.call_args is None:
expected = self._format_mock_call_signature(args, kwargs)
actual = 'not called.'
error_message = ('expected call not found.\nExpected: %s\n Actual: %s'
% (expected, actual))
raise AssertionError(error_message)

def _error_message():
msg = self._format_mock_failure_message(args, kwargs)
return msg
expected = self._call_matcher(_Call((args, kwargs), two=True))
actual = self._call_matcher(self.call_args)
if actual != expected:
cause = expected if isinstance(expected, Exception) else None
> raise AssertionError(_error_message()) from cause
E AssertionError: expected call not found.
E Expected: send_post_request(url='https://api.github..../issues/pull/comments', data={'body': '### :x: Failed Test Results: \nCompleted 4 tests with 1 failed, 3 passed and 0 skipped.\n<details><summary>View the full list of failed tests</summary>\n\n
Testsuite:
tests.commands.test_process_test_results::test_process_test_results

Test name:
pytest
self = <MagicMock name='send_post_request' id='139805958139376'>, args = ()
kwargs = {'data': {'body': '### :x: Failed Test Results: \nCompleted 4 tests with 1 failed, 3 passed and 0 skipped.\n<det...whatever', 'X-GitHub-Api-Version': '2022-11-28'}, 'url': 'https://api.github..../issues/pull/comments'}
expected = call(url='https://api.github..../issues/pull/comments', data={'body': '### :x: Failed Test Results: \n...rs={'Accept': 'application/vnd.github+json', 'Authorization': 'Bearer whatever', 'X-GitHub-Api-Version': '2022-11-28'})
actual = call(url='https://api.github..../issues/pull/comments', data={'body': '### :x: Failed Test Results: \n...rs={'Accept': 'application/vnd.github+json', 'Authorization': 'Bearer whatever', 'X-GitHub-Api-Version': '2022-11-28'})
_error_message = <function NonCallableMock.assert_called_with.<locals>._error_message at 0x7f271c82c160>
cause = None

def assert_called_with(self, /, *args, **kwargs):
"""assert that the last call was made with the specified arguments.

Raises an AssertionError if the args and keyword args passed in are
different to the last call to the mock."""
if self.call_args is None:
expected = self._format_mock_call_signature(args, kwargs)
actual = 'not called.'
error_message = ('expected call not found.\nExpected: %s\nActual: %s'
% (expected, actual))
raise AssertionError(error_message)

def _error_message():
msg = self._format_mock_failure_message(args, kwargs)
return msg
expected = self._call_matcher(_Call((args, kwargs), two=True))
actual = self._call_matcher(self.call_args)
if actual != expected:
cause = expected if isinstance(expected, Exception) else None
> raise AssertionError(_error_message()) from cause
E AssertionError: expected call not found.
E Expected: send_post_request(url='https://api.github..../issues/pull/comments', data={'body': '### :x: Failed Test Results: \nCompleted 4 tests with 1 failed, 3 passed and 0 skipped.\n<details><summary>View the full list of failed tests</summary>\n\n
Testsuite:
tests.commands.test_process_test_results::test_process_test_results

Test name:
pytest
self = <MagicMock name='send_post_request' id='139873363787104'>, args = ()
kwargs = {'data': {'body': '### :x: Failed Test Results: \nCompleted 4 tests with 1 failed, 3 passed and 0 skipped.\n<det...whatever', 'X-GitHub-Api-Version': '2022-11-28'}, 'url': 'https://api.github..../issues/pull/comments'}
expected = ((), {'data': {'body': '### :x: Failed Test Results: \nCompleted 4 tests with 1 failed, 3 passed and 0 skipped....hatever', 'X-GitHub-Api-Version': '2022-11-28'}, 'url': 'https://api.github..../issues/pull/comments'})
actual = call(url='https://api.github..../issues/pull/comments', data={'body': '### :x: Failed Test Results: \n...rs={'Accept': 'application/vnd.github+json', 'Authorization': 'Bearer whatever', 'X-GitHub-Api-Version': '2022-11-28'})
_error_message = <function NonCallableMock.assert_called_with.<locals>._error_message at 0x7f36ce236d30>
cause = None

def assert_called_with(self, /, *args, **kwargs):
"""assert that the last call was made with the specified arguments.

Raises an AssertionError if the args and keyword args passed in are
different to the last call to the mock."""
if self.call_args is None:
expected = self._format_mock_call_signature(args, kwargs)
actual = 'not called.'
error_message = ('expected call not found.\nExpected: %s\nActual: %s'
% (expected, actual))
raise AssertionError(error_message)

def _error_message():
msg = self._format_mock_failure_message(args, kwargs)
return msg
expected = self._call_matcher((args, kwargs))
actual = self._call_matcher(self.call_args)
if expected != actual:
cause = expected if isinstance(expected, Exception) else None
> raise AssertionError(_error_message()) from cause
E AssertionError: expected call not found.
E Expected: send_post_request(url='https://api.github..../issues/pull/comments', data={'body': '### :x: Failed Test Results: \nCompleted 4 tests with 1 failed, 3 passed and 0 skipped.\n<details><summary>View the full list of failed tests</summary>\n\n
Testsuite:
tests.commands.test_process_test_results::test_process_test_results

Test name:
pytest
self = <MagicMock name='send_post_request' id='139876822116608'>, args = ()
kwargs = {'data': {'body': '### :x: Failed Test Results: \nCompleted 4 tests with 1 failed, 3 passed and 0 skipped.\n<det...whatever', 'X-GitHub-Api-Version': '2022-11-28'}, 'url': 'https://api.github..../issues/pull/comments'}
expected = call(url='https://api.github..../issues/pull/comments', data={'body': '### :x: Failed Test Results: \n...rs={'Accept': 'application/vnd.github+json', 'Authorization': 'Bearer whatever', 'X-GitHub-Api-Version': '2022-11-28'})
actual = call(url='https://api.github..../issues/pull/comments', data={'body': '### :x: Failed Test Results: \n...rs={'Accept': 'application/vnd.github+json', 'Authorization': 'Bearer whatever', 'X-GitHub-Api-Version': '2022-11-28'})
_error_message = <function NonCallableMock.assert_called_with.<locals>._error_message at 0x7f379c30c540>
cause = None

def assert_called_with(self, /, *args, **kwargs):
"""assert that the last call was made with the specified arguments.

Raises an AssertionError if the args and keyword args passed in are
different to the last call to the mock."""
if self.call_args is None:
expected = self._format_mock_call_signature(args, kwargs)
actual = 'not called.'
error_message = ('expected call not found.\nExpected: %s\n Actual: %s'
% (expected, actual))
raise AssertionError(error_message)

def _error_message():
msg = self._format_mock_failure_message(args, kwargs)
return msg
expected = self._call_matcher(_Call((args, kwargs), two=True))
actual = self._call_matcher(self.call_args)
if actual != expected:
cause = expected if isinstance(expected, Exception) else None
> raise AssertionError(_error_message()) from cause
E AssertionError: expected call not found.
E Expected: send_post_request(url='https://api.github..../issues/pull/comments', data={'body': '### :x: Failed Test Results: \nCompleted 4 tests with 1 failed, 3 passed and 0 skipped.\n<details><summary>View the full list of failed tests</summary>\n\n

Copy link

codecov bot commented Oct 1, 2024

❌ 5 Tests Failed:

Tests completed Failed Passed Skipped
3485 5 3480 0
View the top 3 failed tests by shortest run time
api.temp.calculator.test_calculator test_divide
Stack Traces | 0.001s run time
def
                test_divide():
                > assert Calculator.divide(1, 2) == 0.5
                E assert 1.0 == 0.5
                E + where 1.0 = <function Calculator.divide at 0x104c9eb90>(1, 2)
                E + where <function Calculator.divide at 0x104c9eb90> = Calculator.divide
                .../temp/calculator/test_calculator.py:30: AssertionError
api.temp.calculator.test_calculator test_divide
Stack Traces | 0.001s run time
def
                test_divide():
                > assert Calculator.divide(1, 2) == 0.5
                E assert 1.0 == 0.5
                E + where 1.0 = <function Calculator.divide at 0x104c9eb90>(1, 2)
                E + where <function Calculator.divide at 0x104c9eb90> = Calculator.divide
                .../temp/calculator/test_calculator.py:30: AssertionError
api.temp.calculator.test_calculator test_divide
Stack Traces | 0.001s run time
def
                test_divide():
                > assert Calculator.divide(1, 2) == 0.5
                E assert 1.0 == 0.5
                E + where 1.0 = <function Calculator.divide at 0x104c9eb90>(1, 2)
                E + where <function Calculator.divide at 0x104c9eb90> = Calculator.divide
                .../temp/calculator/test_calculator.py:30: AssertionError

To view individual test run time comparison to the main branch, go to the Test Analytics Dashboard

Copy link

github-actions bot commented Oct 1, 2024

❌ Failed Test Results:

Completed 3465 tests with 0 failed, 3465 passed and 0 skipped.

View the full list of failed tests
Test Description Failure message

@thomasrockhu-codecov thomasrockhu-codecov merged commit b63a8a1 into main Oct 1, 2024
18 checks passed
@thomasrockhu-codecov thomasrockhu-codecov deleted the release/0.7.5 branch October 1, 2024 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants