Vipentium
Test with Modernity
Unlock the true potential of Python testing with a framework built for speed, reliability, and simplicity. Say goodbye to debugging headaches and embrace seamless automation that scales effortlessly
✨ Key Features
Auto Test Discovery
Automatically identifies test files, modules, and directories.
Parameterized Testing
Run tests with multiple sets of input data.
Asynchronous Test Support
Supports testing asynchronous Python code.
Timeout Control
Set maximum execution time for tests.
Test Retries
Automatically re-run failing tests.
Parallel Execution
Run tests concurrently for faster execution.
Extensible Plugin System
Customize and extend Vipentium with plugins.
Enhanced Fixture Management
Manage test dependencies and setup/cleanup.
Test Marking
Categorize and selectively run tests using markers.
Verbose Output
Get detailed information about test execution.
Detailed Reporting
Generate comprehensive test reports.
Supercharge Your Workflow!
Get instant test failure notifications in Trello with vipentium!
Test Failure
Failure in TestTimeoutExample.test_sleep_timeout
Failure (by vipentium)
In Progress
Done
If you like Vipentium, just spread the love to fellow developers using the badge.
Vipentium Test Results
Here's a quick look at your latest test run.
Passed Tests (9)
- ✅ TestBasicOperations.test_addition (0.00s)
- ✅ TestBasicOperations.test_list_length (0.00s)
Failed Tests (2)
-
❌
TestMathFunctions.test_add_parameterized[0] (0.00s)
Expected (5, 2, 7, 10, -3, 7) to equal (0, 0, 0)
-
❌
TestMathFunctions.test_complex_addition[0] (0.00s)
TypeError: TestMathFunctions.test_complex_addition() missing 1 required positional argument: 'expected'