We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2bb0296 + 48a3771 commit 4f6d459Copy full SHA for 4f6d459
tests/test_stattest.py
@@ -58,6 +58,5 @@ def test_wilcoxon_legacy_wilcox_pratt(self):
58
@unittest.mock.patch('sys.stdout', new_callable=io.StringIO)
59
def assert_print_pvalue(self, test, zero_method, expected_output_regex,
60
mock_stdout):
61
- with self.assertWarns(UserWarning):
62
- test(self.x, self.y, zero_method=zero_method)
+ test(self.x, self.y, zero_method=zero_method)
63
self.assertRegex(mock_stdout.getvalue(), expected_output_regex)
0 commit comments