Skip to content

Releases: JacobCallahan/rizza

Introducing asynchronous testing

12 Mar 21:33
Compare
Choose a tag to compare

Async added to brute and genetic (including prune)
Added ability to specify 'All' for the entity in genetic
Included better error handling
Added sub directories to ~/rizza/logs

Rizza can now be run outside of its base directory

05 Mar 16:50
Compare
Choose a tag to compare

Rizza will now work out of the user's home directory
Importing and Exporting brute tests still expects a relative path
Everything else will be stored in ~/rizza/

This pushes rizza to python 3.6+ only

Smarter input and entity creation

22 Jan 03:18
Compare
Choose a tag to compare

Added ability to disable genetic dependencies
Added smarter variable input methods
Switched inspect.argparse to inspect.signature (deprecated in 3.6)
Added two input methods to help create repositories
Removed explicitly defined long input methods

Introducing pruning for saved genetic tests

15 Jan 20:28
Compare
Choose a tag to compare

The addition of the --prune flage, to the genetic subcommand, allows rizza to weed out positive tests that are no longer passing. Additionally, it will also remove empty save files from data/genetic_tests/

Introducing true logging

14 Jan 02:20
Compare
Choose a tag to compare

This releases introduces logzero as a new dependency and basis for the project's comprehensive logging solution.

Enhanced genetic weighting

08 Jan 01:40
Compare
Choose a tag to compare

Enhanced requests error message resolution
Numerous misc fixes and enhancements
Updated Dockerfile

Enhanced Genetic Algorithm-Based Testing

04 Jan 18:59
Compare
Choose a tag to compare

This version contains the (currently) most stable version of the genetic tester.
Most notable is the addition of the ability to create known entities to satisfy entity field resolution.
Additionally, rizza can also attempt to create an unknown entity recursively, for the same fields mentioned above.

Genetic Algorithm-Based Testing

02 Jan 17:11
Compare
Choose a tag to compare

This release gives rizza the ability to learn how to test entities with genetic algorithms.