8000 Releases · altwalker/altwalker · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: altwalker/altwalker

Version 0.4.0

20 Sep 22:23
Compare
Choose a tag to compare

Changelog

Added

  • 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)

Version 0.3.1

27 Nov 21:11
Compare
Choose a tag to compare

Changelog

Added

  • Add a JUnitXMLReporter that will generate XML test reports that can be read by tools such as Jenkins or Bamboo. (#150)

Fixed

  • Fix issue where the online command on Windows throws: WinError 2 The system cannot find the specified. (#158)

Version 0.3.0

27 Nov 21:08
Compare
Choose a tag to compare

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

  • Fix issue where tearDownRun and tearDownModels do not run if a GraphWalkerException is raised. (#110)
  • Fix issue where Reporter.end is not call in case setUpRun fails. (#109)
  • Fix issue where he verify command doesn't work with paths ending with a path separator. (#122)

Version 0.2.7

27 Nov 21:01
Compare
Choose a tag to compare

Changelog

Added

  • Update error messages for check, offline and online commands. (#102, #103)

Fixed

  • Fix issue where sys.modules.__file__ is optional and loading tests fails. (#99)

Version 0.2.6

27 Nov 21:00
Compare
Choose a tag to compare

Changelog

Added

  • Unload previously loaded tests modules. (#94)
  • Update execute_step from HttpExecutor to post data dictionary inside the JSON data property. (#96)

Fixed

Version 0.2.5

27 Nov 20:57
Compare
Choose a tag to compare

Changelog

Added

  • Add --log-level and --log-file options. (#81)
  • Pretty-print statistics for online. (#84)

Fixed

  • Fix issue where the fail method from GraphWalkerClient throws an error. (#80, #85)

Version 0.2.4

27 Nov 20:56
Compare
Choose a tag to compare

Changelog

Added

  • Add an option to save the report to a file. (#76)

Fixed

  • Fix issue where the graph data doesn't support boolean values. (#75)

Version 0.2.3

27 Nov 20:54
Compare
Choose a tag to compare

Changelog

Added

  • Make git an optional dependency. (#70)
  • Don't let elements (e.g vertices, edges, ...) names to use python or C# keywords. (#72)

Fixed

  • Fix issue where the load method PythonExecutor it's not working. (#66)
  • Fix issue where generate commands deletes the content of the working directory. (#67)

Version 0.2.2

27 Nov 20:52
Compare
Choose a tag to compare

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

  • Fix issue with invalidate caches before loading module for python. (#48)
  • Fix issues where --start-element option doesn't pass the value to GraphWalker. (#63)

Version 0.2.1

27 Nov 20:49
Compare
Choose a tag to compare

Changelog

Fixed

  • Fix issue with loading test code in python.
0