manim/tests/module/mobject
Francisco Manríquez Novoa 7879fe4377
Fix VMobject.add_points_as_corners() to return self and safely handle empty points parameter (#4091)
* Fix VMobject.add_points_as_corners() to return self and safely handle case where no points are passed

* Add test_vmobject_add_points_as_corners()

* assert np.allclose() -> np.testing.assert_allclose()
2025-01-05 10:46:43 -03:00
..
geometry Allow :class:.SurroundingRectangle to accept multiple Mobjects (#3964) 2024-10-29 23:30:32 +00:00
graphing Standardize docstrings with ruff pydocstyle rules (#3881) 2024-09-01 08:03:38 -04:00
mobject Change from tempconfig to a config fixture in tests (#3853) 2024-07-12 22:41:51 +02:00
svg Fix bug in :class:.VMobjectFromSVGPath (#3677) 2024-04-08 18:46:43 +02:00
text Standardize docstrings with ruff pydocstyle rules (#3881) 2024-09-01 08:03:38 -04:00
types/vectorized_mobject Fix VMobject.add_points_as_corners() to return self and safely handle empty points parameter (#4091) 2025-01-05 10:46:43 -03:00
test_boolean_ops.py Use ruff for pytest style (#3872) 2024-07-21 14:37:57 +00:00
test_graph.py Follow-up to graph layout cleanup: improvements for tests and typing (#3728) 2024-04-25 00:38:16 +02:00
test_image.py Account for dtype in the pixel array so the maximum value stays correct in the invert function (#3493) 2023-12-12 13:31:28 +01:00
test_value_tracker.py Refactor tests (#2866) 2022-07-09 21:10:30 +00:00