manim/tests
Marcin Serwin 78575174e4
Provide alpha multiplied RGBA values to cairo (#2328)
* Provide pre-multiplied alpha RGBA values to cairo

* Update color test

Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
2021-11-29 11:34:42 +00:00
..
control_data Add missing tests for AnimationGroup 'remover' field (#2318) 2021-11-23 22:34:43 +00:00
helpers Introduced API for scene sections via :meth:.Scene.next_section (#2152) 2021-10-20 10:36:24 +02:00
opengl Fixed opengl family duplicates issue and add tests (#2142) 2021-10-31 15:23:26 +01:00
test_boolops Added support for Boolean Operations on VMobjects (#1998) 2021-09-28 11:35:33 +08:00
test_graphical_units Add missing tests for AnimationGroup 'remover' field (#2318) 2021-11-23 22:34:43 +00:00
test_logging Introduced API for scene sections via :meth:.Scene.next_section (#2152) 2021-10-20 10:36:24 +02:00
test_plugins Introduced API for scene sections via :meth:.Scene.next_section (#2152) 2021-10-20 10:36:24 +02:00
test_scene_rendering Optimized Tests (#2274) 2021-11-12 08:50:24 +01:00
utils Introduced API for scene sections via :meth:.Scene.next_section (#2152) 2021-10-20 10:36:24 +02:00
__init__.py CI: Add support for using Opengl in Subprocess (Windows) (#1987) 2021-08-31 13:16:20 +01:00
assert_utils.py Introduced API for scene sections via :meth:.Scene.next_section (#2152) 2021-10-20 10:36:24 +02:00
conftest.py Add OpenGLMobject tests (#2080) 2021-09-28 07:47:06 +08:00
standard_config.cfg Add OpenGLMobject tests (#2080) 2021-09-28 07:47:06 +08:00
template_generate_graphical_units_data.py Flake8 Changes + Fixing Warnings (#1968) 2021-09-03 13:45:48 -04:00
test_animate.py Flake8 Changes + Fixing Warnings (#1968) 2021-09-03 13:45:48 -04:00
test_auto_zoom.py Implemented :meth:.MovingCamera.auto_zoom for automatically zooming onto specified mobjects (#2162) 2021-11-01 08:48:43 +01:00
test_axes_shift.py Removed :class:~.GraphScene, :class:~.NumberLineOld and parameters for :class:~.ChangingDecimal (#1860) 2021-08-04 01:04:18 -04:00
test_color.py Provide alpha multiplied RGBA values to cairo (#2328) 2021-11-29 11:34:42 +00:00
test_commands.py Introduced API for scene sections via :meth:.Scene.next_section (#2152) 2021-10-20 10:36:24 +02:00
test_composition.py Add missing tests for AnimationGroup 'remover' field (#2318) 2021-11-23 22:34:43 +00:00
test_config.py Improved last frame output handling for the OpenGL renderer (#2205) 2021-10-22 11:56:31 +00:00
test_coordinate_system.py Renamed get_graph (and the like) to plot (#2187) 2021-10-31 09:55:34 +00:00
test_copy.py Upgrade to modern Python syntax (#1956) 2021-08-24 20:28:55 +08:00
test_deprecation.py Flake8 Changes + Fixing Warnings (#1968) 2021-09-03 13:45:48 -04:00
test_family.py Format Imports using Isort (#1178) 2021-04-03 13:45:12 +05:30
test_file_ops.py Introduced API for scene sections via :meth:.Scene.next_section (#2152) 2021-10-20 10:36:24 +02:00
test_get_set.py Format Imports using Isort (#1178) 2021-04-03 13:45:12 +05:30
test_graph.py Fixed :class:.Graph stopping to update after animating additions/deletions of vertices or edges (#2232) 2021-11-01 17:54:33 +00:00
test_hashing.py Flake8 Changes + Fixing Warnings (#1968) 2021-09-03 13:45:48 -04:00
test_ipython_magic.py Improve jupyter output file naming (#1649) 2021-06-13 09:09:17 +02:00
test_markup.py Format Imports using Isort (#1178) 2021-04-03 13:45:12 +05:30
test_mobject.py Removed Container ABC (#1652) 2021-06-24 08:13:24 -07:00
test_number_line.py Flake8 Changes + Fixing Warnings (#1968) 2021-09-03 13:45:48 -04:00
test_numbers.py Fixed :class:~.DecimalNumber color when number of displayed digits changes (#2280) 2021-11-13 22:48:41 +00:00
test_opengl_metaclass.py Allow to switch the renderer to opengl at runtime (#1899) 2021-08-23 18:39:39 -04:00
test_override_animation.py Added :func:~.override_animation decorator (#1422) 2021-05-15 15:20:39 +02:00
test_scene.py Cleanup: ensure `Scene.renderer.time` returns something that makes sense (#2220) 2021-10-25 09:34:38 +00:00
test_set_attr.py Flake8 Changes + Fixing Warnings (#1968) 2021-09-03 13:45:48 -04:00
test_sound.py Try pytest-xdist for parallelization in tests (#1556) 2021-05-25 11:26:03 +05:30
test_space_ops.py Fixed order in function cartesian_to_spherical (#2168) 2021-10-30 21:15:36 +00:00
test_stroke.py Format Imports using Isort (#1178) 2021-04-03 13:45:12 +05:30
test_svg_mobject.py Fixed :func:.svg_path.string_to_numbers sometimes returning strings (#2192) 2021-10-14 09:22:33 +02:00
test_texmobject.py Improve TeX error reporting (#2161) 2021-10-19 10:11:06 +00:00
test_text_mobject.py Use height to determine font_size instead of the _font_size attribute. (#1985) 2021-08-31 22:44:25 +00:00
test_ticks.py Flake8 Changes + Fixing Warnings (#1968) 2021-09-03 13:45:48 -04:00
test_unit_geometry.py Format Imports using Isort (#1178) 2021-04-03 13:45:12 +05:30
test_units.py Format Imports using Isort (#1178) 2021-04-03 13:45:12 +05:30
test_value_tracker.py Expand documentation, testing, and functionality of ValueTrackers; remove ExponentialValueTracker (#1382) 2021-05-12 11:17:29 +02:00
test_vectorized_mobject.py Addressed some maintenance TODOs (#2200) 2021-10-19 09:53:40 +00:00
test_version.py Format Imports using Isort (#1178) 2021-04-03 13:45:12 +05:30