manim/tests
SwiddisZwei 855ea2d128
Expand documentation, testing, and functionality of ValueTrackers; remove ExponentialValueTracker (#1382)
* Expand documentation in value_tracker.py

* Expand documentation in value_tracker.py

* Add more inline operators to ValueTracker

* Reformat value_tracker

* Add more inline operators to ValueTracker

* Expand ValueTracker testing to 100% coverage

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

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

* Apply suggestions from code review

Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>

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

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

* Remove ExponentialValueTracker

* Move `animate` explanation to class description

* Add to ComplexValueTracker get_value docs.

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

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

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

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

* removed import

* consistent tracker

* Apply suggestions from code review

Co-authored-by: kolibril13 <44469195+kolibril13@users.noreply.github.com>

* Update manim/mobject/value_tracker.py

Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>

* Update manim/mobject/value_tracker.py

Change type from union to float suggested by kolibril13

Co-authored-by: kolibril13 <44469195+kolibril13@users.noreply.github.com>

* Change rest of union[int, float] to float

* Fix flaot typo to float

* Fix another typo

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
Co-authored-by: kolibril13 <44469195+kolibril13@users.noreply.github.com>
2021-05-12 11:17:29 +02:00
..
control_data Add SVG elliptical arc support (#1475) 2021-05-07 23:06:02 +05:30
helpers Fix CLI bugs (#1431) 2021-05-02 16:06:29 +05:30
test_graphical_units Add SVG elliptical arc support (#1475) 2021-05-07 23:06:02 +05:30
test_logging Refactored the Command Line Interface to use Click + Cloup instead of Argparse (#1013) 2021-04-01 23:53:07 -07:00
test_plugins Refactored the Command Line Interface to use Click + Cloup instead of Argparse (#1013) 2021-04-01 23:53:07 -07:00
test_scene_rendering Format Imports using Isort (#1178) 2021-04-03 13:45:12 +05:30
utils Merge commit '9a525a81' into opengl-tex 2021-04-09 19:19:19 -07:00
__init__.py Enable CI testing for OpenGL (#1160) 2021-03-28 22:09:29 +02:00
assert_utils.py Fixed issue when an animation is cached, manim can't merge the partial movie files. (#1192) 2021-03-31 20:23:43 +05:30
conftest.py Fixed flake8 errors and removed linter/formatter workflows (#1278) 2021-04-07 06:14:14 -07:00
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 Implement utility methods for adding/removing vertices and edges of graphs; allow custom mobjects as vertices (#1386) 2021-05-01 08:48:13 +02:00
test_axes_shift.py Format Imports using Isort (#1178) 2021-04-03 13:45:12 +05:30
test_color.py Format Imports using Isort (#1178) 2021-04-03 13:45:12 +05:30
test_commands.py Added project management commands (#1418) 2021-05-05 11:07:48 +02:00
test_composition.py Format Imports using Isort (#1178) 2021-04-03 13:45:12 +05:30
test_config.py Format Imports using Isort (#1178) 2021-04-03 13:45:12 +05:30
test_container.py Format Imports using Isort (#1178) 2021-04-03 13:45:12 +05:30
test_coordinate_system.py Upgrades to CoordinateSystem and graphing. (#1161) 2021-04-30 20:40:51 +02:00
test_copy.py Format Imports using Isort (#1178) 2021-04-03 13:45:12 +05:30
test_deprecation.py Deprecation Decorators (#1404) 2021-05-11 08:31:55 +02:00
test_family.py Format Imports using Isort (#1178) 2021-04-03 13:45:12 +05:30
test_get_set.py Format Imports using Isort (#1178) 2021-04-03 13:45:12 +05:30
test_graph.py Implement utility methods for adding/removing vertices and edges of graphs; allow custom mobjects as vertices (#1386) 2021-05-01 08:48:13 +02:00
test_hashing.py Format Imports using Isort (#1178) 2021-04-03 13:45:12 +05:30
test_markup.py Format Imports using Isort (#1178) 2021-04-03 13:45:12 +05:30
test_number_line.py Refactored and deprecated a few functions in space_ops.py (#1354) 2021-04-20 10:53:13 +02:00
test_sound.py Format Imports using Isort (#1178) 2021-04-03 13:45:12 +05:30
test_stroke.py Format Imports using Isort (#1178) 2021-04-03 13:45:12 +05:30
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 FIX: Prevent duplication of the same mobject when adding to submobjects via :meth:~.Mobject.add_to_back (#1413) 2021-04-27 21:36:02 +02:00
test_version.py Format Imports using Isort (#1178) 2021-04-03 13:45:12 +05:30