Skip to main content

πŸš€ EarlyAI v1.3

Python Coverage, Enhanced Tests, and Smarter Code


This update brings powerful new features and refinements to improve your workflow in Python and JavaScript/TypeScript projects. From visual coverage indicators to smarter test enhancements, here’s what’s new in v1.3:


πŸ“Š Python Coverage in the Tree View​

You can now see test coverage indicators for Python files and folders directly inside the extension’s tree view. This makes it easy to understand which parts of your Python project are tested β€” and which need attention β€” at a glance.

βœ… Instantly identify test gaps without leaving your IDE.

Python coverage in the tree view

🧠 Earl Displays Python Tests​

Earl, your AI test engineer, now shows generated Python tests in the right-hand panel, just like with JavaScript and TypeScript.

  • Review generated tests
  • Copy and paste easily
  • Iterate and improve with the AI's suggestions
Enhance Tests for Python

πŸ§ͺ Enhance Tests Now Supports Python​

Our powerful Enhance Tests feature is now fully available for Python!
Previously limited to JS/TS, you can now apply AI-powered enhancements to your existing Python unit tests.

  • Expand test cases
  • Improve assertions
  • Add edge-case coverage
    β€” all in just a prompt.
Enhance Tests for Python

🐍 Python now enjoys full parity in the test exploration experience… Well, almost full β€” we’re still catching up with function-level coverage like JS/TS, but hey, we’re on it!


πŸ’‘ Quality Enhancements for TypeScript and JavaScript​

This release also includes several improvements to the JS/TS test generation engine:

  • βœ… Mock Cleanup: Valid mocks are now commented more cleanly, and untestable (grey) tests are removed to keep your files lean.
  • βš›οΈ Deeper React Integration: Test generation now includes 2-level component depth to better support nested structures and props in React.

πŸ“© Feedback or Questions?​

We’d love to hear how these updates are working for you β€” and what you'd like to see next.


Ship boldly,
– The EarlyAI Team