manim/tests
Hugues Devimeux fc6159b45d
Refactored play logic (#1019)
* refactored play logic

* fixed tests (and minor improvement)

* moved time progression generation

* fixed typo :/

* added tests

* fixed tests

* fixed imports

* fixed tests

* black

* fixed tests in  python 3.7

* fixed tests for python 3.7

* Update manim/renderer/cairo_renderer.py

* removed is_cached variable

* updated webgl renderer and removed redondent code

* Update manim/scene/scene.py

* Add self.duration back into compile_animation_data

* Fixed openGL ?

* black

* fixed merge conflict by adding fixture marker

* Called begin_animation to fix OpenGL

* Fixed original_skippingstatu sname for opengl renderer

* Update manim/utils/caching.py

Co-authored-by: Devin Neal <devin@eulertour.com>

Co-authored-by: Hugues Devimeux <hugues.devimeux@gmail.com>
Co-authored-by: Jason G. Villanueva <a@jsonvillanueva.com>
Co-authored-by: Devin Neal <devin@eulertour.com>
2021-03-23 09:58:49 +01:00
..
control_data Refactored play logic (#1019) 2021-03-23 09:58:49 +01:00
helpers Run proofreading over the whole library (#890) 2021-01-01 17:59:12 +01:00
test_graphical_units Added new classes Angle, RightAngle for two intersecting lines (#1085) 2021-03-16 10:58:22 +01:00
test_logging Enhancement: Migrate width/height/depth to properties (#1024) 2021-02-14 12:33:12 +01:00
test_plugins Automatically Import Plugins (#967) 2021-01-28 20:57:27 +05:30
test_scene_rendering Refactored play logic (#1019) 2021-03-23 09:58:49 +01:00
utils Refactored play logic (#1019) 2021-03-23 09:58:49 +01:00
__init__.py Refactored tests and added new tests tools for videos-tests. (#335) 2020-09-01 23:12:39 +02:00
conftest.py Automatically Import Plugins (#967) 2021-01-28 20:57:27 +05:30
template_generate_graphical_units_data.py Better creation Example in docs & buff parameter in arrange (#825) 2020-12-05 17:48:05 +01:00
test_animate.py New Feature: Allow passing animation arguments with .animate syntax (#1118) 2021-03-21 09:08:01 +01:00
test_axes_shift.py Fix shift in axis in GraphScene (#580) 2020-11-14 08:45:17 +01:00
test_color.py Bugfix: Allow using #hex colors with 3 characters (#998) 2021-02-05 12:48:14 +01:00
test_commands.py Cleanup __main__.py - remove stray print statements (#1078) 2021-03-07 07:41:58 -08:00
test_composition.py Bugfix: allow new-style method animation to be used in animation groups (#906) 2021-01-09 13:16:07 +01:00
test_config.py Merge pull request #756 from leotrs/fix-749 2021-01-22 09:07:41 -05:00
test_container.py Fix 305: mobject.add should do input validation (#750) 2020-11-21 17:53:13 -05:00
test_coordinate_system.py Running Black On Master (#419) 2020-09-08 07:47:55 -04:00
test_copy.py merge master 2020-10-26 17:46:00 -04:00
test_family.py Running Black On Master (#419) 2020-09-08 07:47:55 -04:00
test_get_set.py More descriptive error when accessing an unhandled mobject attribute (#1059) 2021-02-27 01:48:01 -08:00
test_graph.py Basic implementation of undirected graphs (#861) 2020-12-31 21:10:41 +01:00
test_hashing.py fixed tuples in hashing, but converting them to lists 2020-10-01 09:16:33 +02:00
test_markup.py Raise error if markup in MarkupText is invalid (#920) 2021-01-12 23:13:40 +01:00
test_number_line.py Add unit test to #960 (#964) 2021-01-26 14:44:48 +01:00
test_quality_flags.py add test_quality to constants.QUALITIES 2020-11-18 22:24:55 -05:00
test_sound.py Bugfix: make Scene.add_sound work again (when running with --disable_caching) (#907) 2021-01-11 17:33:57 +01:00
test_stroke.py fix - corrections for setting stroke related attributes on VMobject (#1051) 2021-02-24 15:17:40 +01:00
test_unit_geometry.py Updated the test case 2020-09-28 08:51:10 +05:30
test_units.py change interface of units 2020-12-01 23:03:30 -05:00
test_value_tracker.py Run black 2020-10-04 03:28:12 +05:30
test_vectorized_mobject.py feat: implement __add__, __iadd__, __sub__, and __isub__ for Mobject 2020-12-05 13:45:20 -05:00
test_version.py Remove a hardcoded value in test_version.py (#1079) 2021-03-07 06:09:55 -08:00