Altwalker

Latest version: v0.4.0

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

Scan your dependencies

Page 1 of 3

0.4.0

-------------

- The `init` command should generate a `.gitignore` file. (`4`_)
- The `init` command should generate a `requirements.txt` file. (`5`_)
- Drop support for python 3.5 and 3.6. (`6`_)
- The `load_module` method is deprecated and will be removed in Python 3.12. (`9`)
- Add the GraphWalker jar file as a resource file. (`16`)
- The `pkg_resources` module is deprecated. (`23`)
- Update the logging configuration to be more suited for a library. (`24`)
- Remove the deprecated `-p`, `--port` and `--url` options. (`26`)
- Drop support for python 3.7. (`29`)
- Add `beforeStep` and `afterStep` fixtures. (`33`)

.. _4: https://github.com/altwalker/altwalker/issues/4
.. _5: https://github.com/altwalker/altwalker/issues/5
.. _6: https://github.com/altwalker/altwalker/issues/6
.. _9: https://github.com/altwalker/altwalker/issues/9
.. _16: https://github.com/altwalker/altwalker/issues/16
.. _23: https://github.com/altwalker/altwalker/issues/23
.. _24: https://github.com/altwalker/altwalker/issues/24
.. _26: https://github.com/altwalker/altwalker/issues/26
.. _29: https://github.com/altwalker/altwalker/issues/29
.. _33: https://github.com/altwalker/altwalker/issues/33

0.3.1

-------------

- Add a ``JUnitXMLReporter`` that will generate XML test reports that can be read by tools such as Jenkins or Bamboo. (`GitLab 150`_)
- Fix issue where the ``online`` command on Windows throws: *WinError 2 The system cannot find the specified*. (`GitLab 158`_)

.. _GitLab 150: https://gitlab.com/altom/altwalker/altwalker/issues/150
.. _GitLab 158: https://gitlab.com/altom/altwalker/altwalker/issues/158

0.3.0

-------------

- Add requirements statistics from GraphWalker in report. (`GitLab 143`_)
- Add support for GraphWalker 4.3.0 and 4.3.1. (`GitLab 138`_, `GitLab 149`_)
- Add option for GraphWalker host for the ``online`` command. (`GitLab 126`_)
- Add support for edges without name. (`GitLab 125`_)
- Add option for GraphWalker log level. (`GitLab 119`_)
- Update the ``verify`` to output code suggestion for missing methods and classes. (`GitLab 101`_, `GitLab 106`_)
- Add an option to print the report path in a file. (`GitLab 108`_)
- Handel ``KeyboardInterrupt`` exception when executing tests to capture the method output. (`GitLab 107`_)
- Update CLI command output. (`GitLab 105`_, `GitLab 116`_, `GitLab 117`_, `GitLab 140`_)
- Fix issue where ``tearDownRun`` and ``tearDownModels`` do not run if a ``GraphWalkerException`` is raised. (`GitLab 110`_)
- Fix issue where ``Reporter.end`` is not call in case ``setUpRun`` fails. (`GitLab 109`_)
- Fix issue where he ``verify`` command doesn't work with paths ending with a path separator. (`GitLab 122`_)

.. _GitLab 101: https://gitlab.com/altom/altwalker/altwalker/issues/101
.. _GitLab 105: https://gitlab.com/altom/altwalker/altwalker/issues/105
.. _GitLab 106: https://gitlab.com/altom/altwalker/altwalker/issues/106
.. _GitLab 107: https://gitlab.com/altom/altwalker/altwalker/issues/107
.. _GitLab 108: https://gitlab.com/altom/altwalker/altwalker/issues/108
.. _GitLab 109: https://gitlab.com/altom/altwalker/altwalker/issues/109
.. _GitLab 110: https://gitlab.com/altom/altwalker/altwalker/issues/110
.. _GitLab 116: https://gitlab.com/altom/altwalker/altwalker/issues/116
.. _GitLab 117: https://gitlab.com/altom/altwalker/altwalker/issues/117
.. _GitLab 119: https://gitlab.com/altom/altwalker/altwalker/issues/119
.. _GitLab 122: https://gitlab.com/altom/altwalker/altwalker/issues/122
.. _GitLab 125: https://gitlab.com/altom/altwalker/altwalker/issues/125
.. _GitLab 126: https://gitlab.com/altom/altwalker/altwalker/issues/126
.. _GitLab 138: https://gitlab.com/altom/altwalker/altwalker/issues/138
.. _GitLab 140: https://gitlab.com/altom/altwalker/altwalker/issues/140
.. _GitLab 143: https://gitlab.com/altom/altwalker/altwalker/issues/143
.. _GitLab 149: https://gitlab.com/altom/altwalker/altwalker/issues/149

0.2.7

-------------

(bugfix release)

- Update error messages for ``check``, ``offline`` and ``online`` commands. (`GitLab 102`_, `GitLab 103`_)
- Fix issue where ``sys.modules.__file__`` is optional and loading tests fails. (`GitLab 99`_)

.. _GitLab 99: https://gitlab.com/altom/altwalker/altwalker/issues/99
.. _GitLab 102: https://gitlab.com/altom/altwalker/altwalker/issues/102
.. _GitLab 103: https://gitlab.com/altom/altwalker/altwalker/issues/103

0.2.6

-------------

(bugfix release)

- Fix issue where ``PythonExecutor`` doesn't work with decorated functions. (`GitLab 93`_)
- Unload previously loaded tests modules. (`GitLab 94`_)
- Update executeStep from HttpExecutor to post data dictionary inside the json ``data`` property. (`GitLab 96`_)
- Fix issue where the ``test.py`` module is executed twice. (`GitLab 98`_)

.. _GitLab 93: https://gitlab.com/altom/altwalker/altwalker/issues/93
.. _GitLab 94: https://gitlab.com/altom/altwalker/altwalker/issues/94
.. _GitLab 96: https://gitlab.com/altom/altwalker/altwalker/issues/96
.. _GitLab 98: https://gitlab.com/altom/altwalker/altwalker/issues/98

0.2.5

-------------

(bugfix release)

- Add ``--log-level`` and ``--log-file`` options. (`GitLab 81`_)
- Pretty-print statistics for online. (`GitLab 84`_)
- Fix issue where the ``fail`` method from ``GraphWalkerClient`` throws an error. (`GitLab 80`_, `GitLab 85`_)

.. _GitLab 80: https://gitlab.com/altom/altwalker/altwalker/issues/80
.. _GitLab 81: https://gitlab.com/altom/altwalker/altwalker/issues/81
.. _GitLab 84: https://gitlab.com/altom/altwalker/altwalker/issues/84
.. _GitLab 85: https://gitlab.com/altom/altwalker/altwalker/issues/85

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.