Skip to content

Commit bdda851

Browse files
author
Joseph Damiba
committed
make sure new test is picked up by pytest
1 parent 756f09b commit bdda851

File tree

1 file changed

+2
-2
lines changed
  • packages/python/plotly/plotly/tests/test_core/test_px

1 file changed

+2
-2
lines changed

Diff for: packages/python/plotly/plotly/tests/test_core/test_px/test_px.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def assert_orderings(days_order, days_check, times_order, times_check):
235235
assert_orderings(days, days, times, times)
236236

237237

238-
def check_permissive_defaults():
239-
msg = "AttributeError: 'PxDefaults' object has no attribute 'should_not_work'"
238+
def test_permissive_defaults():
239+
msg = "'PxDefaults' object has no attribute 'should_not_work'"
240240
with pytest.raises(AttributeError, match=msg):
241241
px.defaults.should_not_work = "test"

0 commit comments

Comments
 (0)