You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

unittestx

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unittestx

A custom unittest runner for Python

0.1.3
pipPyPI
Maintainers
1

UnitTestX

PyPI Version

License

Python Versions

Coverage Status

A custom unittest runner for Python's unittest framework.

Features

  • Custom test result reporting.
  • Colorful and informative test status output.
  • Support for Python 3.8 and above.

Installation

You can install UnitTestX using pip:

pip install unittestx

Usage

Run your tests using UnitTestX by simply invoking the unittestx command. For example:

unittestx -s tests -p "test_*.py"

You can pass the following arguments to the unittestx command:

-s or --start-directory: Specify the directory to start test discovery (default is '.').
-p or --pattern: Specify the test file pattern (default is 'test*.py').
For more options and details, use the unittestx --help command.

Contributing

Contributions are always welcome! Feel free to open issues, submit pull requests, or provide feedback.

License

MIT

Keywords

testing

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts