manim/tests/module/animation
Irvanal Haq 6f825e8513
Fix unintended kwargs propagation in LaggedStartMap (#4613)
* Fix unintended kwargs propagation in LaggedStartMap

Ensure  intended for  are not forwarded to the superclass, and make  explicit.

* add test for keyword propagation in LaggedStartMap

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update test_composition.py

update the test

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update test_composition.py

add there_and_back

---------

Co-authored-by: Benjamin Hackl <mail@behackl.dev>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2026-02-27 07:14:28 +01:00
..
test_animate.py Use ruff for pytest style (#3872) 2024-07-21 14:37:57 +00:00
test_animation.py Allow animations with run_time=0 and implement convenience Add animation (#4017) 2024-11-27 01:00:54 +00:00
test_composition.py Fix unintended kwargs propagation in LaggedStartMap (#4613) 2026-02-27 07:14:28 +01:00
test_creation.py Change from tempconfig to a config fixture in tests (#3853) 2024-07-12 22:41:51 +02:00
test_override_animation.py Refactor tests (#2866) 2022-07-09 21:10:30 +00:00
test_transform.py Fix duplicate references in Scene.mobjects after ReplacementTransform with existing target mobject (#4242) 2025-07-26 01:30:54 +00:00
test_updaters.py Implement Mobject.always (#4594) 2026-02-17 19:47:58 -05:00