Pytest-commander

Latest version: v2.7.0

Safety actively analyzes 629004 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 4

1.2.0

- Present directory hierarchies correctly in the UI and use correct short IDs to avoid duplication.
- Explicitly call docker-compose down during cleanup.

1.1.0

- Add multiprocessing on the backend. Each test run triggered by a click in the UI now spawns a new process to run the test. Not only does this allow multiple tests to be run in parallel and means that tests do not block the HTTP/websocket server, this change also ensures that tests modules are loaded fresh every time and prevents strange bugs that can occur due to stale pytest state in the main process.
- Automatically start and stop environments defined inside a `docker-compose.yml` file in the base directory used for test discovery. The docker environment is started when the pytest_web_ui backend process starts and stopped before it exits due to Ctrl-C interrupt.
- Reorganise the web UI navigation to include an entry representing the root node. This allows all tests to be run via a single click in the UI.
- Update JS dependencies.

1.0.0

First release of PyTest web UI. Includes the basic functionality:

- Browse and run your tests from the web app.
- Select a port and enable debug mode from command-line parameters.
- Web app is automatically opened in the default web browser.

Page 4 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.