manim/tests
Benjamin Hackl b6311098df
Improved handling of attributes when using the `.animate` syntax (#2665)
* apply all methods to original mobject after finishing _MethodBuilder animation

* added test to check whether custom attributes are changed

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

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

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-04-15 19:53:21 +00:00
..
control_data Fix bug introduced in Tex rendering via #2574 (#2587) 2022-03-05 22:28:01 +00:00
helpers Removed unused imports (#2503) 2022-01-30 14:31:45 +00:00
opengl Fixed render flow issues with introducer animations (#2594) 2022-03-08 20:25:04 +00:00
test_graphical_units Fix Bug Uncreate() with rate_func via introducing new parameter reversed to class Animation (#2597) 2022-04-09 09:49:16 +00:00
test_logging Fixed a File logging bug and some maintenance (#2546) 2022-03-30 16:43:04 +02:00
test_plugins Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_scene_rendering Improved handling of attributes when using the `.animate` syntax (#2665) 2022-04-15 19:53:21 +00:00
utils Removed unused imports (#2503) 2022-01-30 14:31:45 +00:00
__init__.py CI: Add support for using Opengl in Subprocess (Windows) (#1987) 2021-08-31 13:16:20 +01:00
assert_utils.py Removed unused imports (#2503) 2022-01-30 14:31:45 +00:00
conftest.py Removed unused imports (#2503) 2022-01-30 14:31:45 +00:00
standard_config.cfg Add OpenGLMobject tests (#2080) 2021-09-28 07:47:06 +08:00
template_generate_graphical_units_data.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_animate.py Improved structure of the :mod:.mobject module (#2476) 2022-02-24 09:29:28 +01:00
test_auto_zoom.py [pre-commit.ci] pre-commit autoupdate (#2520) 2022-02-09 07:55:56 +08:00
test_axes_shift.py Improved structure of the :mod:.mobject module (#2476) 2022-02-24 09:29:28 +01:00
test_boolean_ops.py Improved structure of the :mod:.mobject module (#2476) 2022-02-24 09:29:28 +01:00
test_color.py Removed unused imports (#2503) 2022-01-30 14:31:45 +00:00
test_commands.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_composition.py Fixed render flow issues with introducer animations (#2594) 2022-03-08 20:25:04 +00:00
test_config.py Fixed a File logging bug and some maintenance (#2546) 2022-03-30 16:43:04 +02:00
test_coordinate_system.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_copy.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_deprecation.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_family.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_file_ops.py Migrated file_ops.py and scene_file_writer.py from os.path to Pathlib (#2642) 2022-04-05 08:09:39 +00:00
test_get_set.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_graph.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_hashing.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_ipython_magic.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_markup.py Removed unused imports (#2503) 2022-01-30 14:31:45 +00:00
test_mobject.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_number_line.py Improved structure of the :mod:.mobject module (#2476) 2022-02-24 09:29:28 +01:00
test_numbers.py Removed unused imports (#2503) 2022-01-30 14:31:45 +00:00
test_opengl_metaclass.py Improved structure of the :mod:.mobject module (#2476) 2022-02-24 09:29:28 +01:00
test_override_animation.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_scene.py Removed unused imports (#2503) 2022-01-30 14:31:45 +00:00
test_set_attr.py Improved structure of the :mod:.mobject module (#2476) 2022-02-24 09:29:28 +01:00
test_sound.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_space_ops.py [pre-commit.ci] pre-commit autoupdate (#2520) 2022-02-09 07:55:56 +08:00
test_stroke.py Change color, stroke_color and fill_color fields to properties (#2332) 2022-01-29 07:30:59 +08:00
test_svg_mobject.py Change color, stroke_color and fill_color fields to properties (#2332) 2022-01-29 07:30:59 +08:00
test_texmobject.py Fix bug introduced in Tex rendering via #2574 (#2587) 2022-03-05 22:28:01 +00:00
test_text_mobject.py Improved structure of the :mod:.mobject module (#2476) 2022-02-24 09:29:28 +01:00
test_threed_scene.py Fixed :meth:.ThreeDCamera.remove_fixed_orientation_mobjects (#2487) 2022-02-09 11:57:22 +00:00
test_ticks.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_unit_geometry.py Removed unused imports (#2503) 2022-01-30 14:31:45 +00:00
test_units.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_value_tracker.py Moved :mod:.value_tracker back inside :mod:.mobject (#2573) 2022-02-25 19:05:22 +00:00
test_vectorized_mobject.py Fix bug in Circle.point_at_angle when angle not in [0, 2 * pi]. (#2613) 2022-03-12 17:33:46 +01:00
test_version.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00