Vampytest

Latest version: v0.0.17

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

Scan your dependencies

Page 1 of 2

0.0.17

Improvements

- Add `TestFile.has_failed_test`.
- Add `RunnerContext.has_failed_test`.
- Add `TestRunner.get_return_code`.
- Add `TestRunner.set_return_code`.
- `TestRunner.run` now returns its return code instead of a boolean.
- `run_tests_in` now returns its return code instead of none.
- `execute_from_parameters` now returns its return code instead of boolean.
- `__main__` now exits with the respective return code.

Renames, Deprecation & Removals

- Rename `execute_from_terminal` to `execute_from_parameters`.

0.0.16

Bug fixes

- Fix `AttributeError` in an incorrectly updated frame filter.

0.0.15

Improvements

- Use new scarletio in dependencies.

0.0.14

Improvements

- Now its checked whether every dependency is satisfied before importing the framework.

0.0.13

Improvements

- Remove current working directory from `sys.path` in case, we are executing from inside of a library.
This caused confused imports.
- Add cli entry point.

0.0.12

Improvements

- Add new `SourceLoadFailureEvent`.
- The first command line parameter is now auto detected on a smart way.
It tries to resolve the current library we are at, or we are looking at.
- Imports the tested library before running any tests.
This means wont all test fail because of a failing import, instead no tests will run.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.