Skip to content

Commit 17f4fe7

Browse files
committed
Merge branch 'add-warning-timestamp-blank-string' of github.com:j-hendricks/pandas into add-warning-timestamp-blank-string
2 parents cbbeae1 + d4821e5 commit 17f4fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/development/contributing_codebase.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ Preferred ``pytest`` idioms
537537
test and does not check if the test will fail. If this is the behavior you desire, use ``pytest.skip`` instead.
538538

539539
If a test is known to fail but the manner in which it fails
540-
is not meant to be captured, use ``pytest.mark.xfail`` It is common to use this method for a test that
540+
is not meant to be captured, use ``pytest.mark.xfail``. It is common to use this method for a test that
541541
exhibits buggy behavior or a non-implemented feature. If
542542
the failing test has flaky behavior, use the argument ``strict=False``. This
543543
will make it so pytest does not fail if the test happens to pass. Using ``strict=False`` is highly undesirable, please use it only as a last resort.

0 commit comments

Comments
 (0)