Create a test to certify a clean install
See original GitHub issue_Originally posted by @eulertour in https://github.com/ManimCommunity/manim/issues/9#issuecomment-631002056_
Basically something to dry-run a Scene, ensure that the bare minimum to render successfully is actually installed, and give a helpful error like LaTeX/FFmpeg isn’t installed, media directory isn’t writable, etc.
Having done this, the correct way to install manim would be pip install manim, and then pytest test_install.py. (Or the equivalent in the testing library that we end up using.)
This would flag issues about system dependencies such as latex, ffmpeg, etc.
Issue Analytics
- State:
- Created 3 years ago
- Comments:14 (14 by maintainers)
Top Results From Across the Web
Windows App Certification Kit tests - Microsoft Learn
Below are test details for certifying desktop apps. For information, please refer to Using the Windows App Certification Kit. Clean reversible ...
Read more >Cleanroom Testing & Certification
Experts in cleanroom manufacturing, design, installation and certification . Request and receive a quote within 48 hours to begin your project today.
Read more >Preparing for cleanroom certification and validation
HEPA/ULPA filter installation leak test. This test is performed to verify that the filters have been properly installed and are free of leaks....
Read more >Installing and Upgrading Windows - CompTIA A+ 220-1002 - 1.3
In this video, you'll learn about upgrading Microsoft Windows and the difference between an upgrade and a clean install.
Read more >Testing a release build | Apple Developer Documentation
Test a fresh install and app update. Xcode optimizes app building and installation during development by updating apps incrementally.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@naveen521kk all tests should be done via pytest, as much as possible.
I think the current documentation does a good job at guiding the user through the whole installation process.
I think this issue has ran its course.