Releases: altwalker/altwalker
Releases · altwalker/altwalker
Version 0.4.0
Changelog
Added
- The
init
command should generate a.gitignore
file. (#4) - The
init
command should generate arequirements.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
andafterStep
fixtures. (#33)
Version 0.3.1
Version 0.3.0
Changelog
Added
- Add requirements statistics from GraphWalker in report. (#143)
- Add support for GraphWalker 4.3.0 and 4.3.1. (#138, #149)
- Add option for GraphWalker host for the online command. (#126)
- Add support for edges without name. (#125)
- Add option for GraphWalker log level. (#119)
- Update the verify to output code suggestion for missing methods and classes. (#101, #106)
- Add an option to print the report path in a file. (#108)
- Handel
KeyboardInterrupt
exception when executing tests to capture the method output. (#107) - Update CLI command output. (#105, #116, #117, #140)
Fixed
Version 0.2.7
Version 0.2.6
Changelog
Added
- Unload previously loaded tests modules. (#94)
- Update
execute_step
fromHttpExecutor
to post data dictionary inside the JSON data property. (#96)
Fixed
- Fix issue where
PythonExectuor
doesn't work with decorated functions. (#93< 8000 /a>) - Fix issue where the
test.py
module is executed twice. (#98)
Version 0.2.5
Version 0.2.4
Version 0.2.3
Version 0.2.2
Changelog
Added
- Add
--report-path
flag, that if set will print a list of all executed steps. - Make the
Executor
class an abstract class. - Add a
Reporting
class that can combine multiple reporters. - Add a
PathReporter
that keeps a list of all executed steps. - Add host parameter to
create_planner
. - Update the reporter protocol. (#53)
Fixed
Version 0.2.1
Changelog
Fixed
- Fix issue with loading test code in python.