- Introducing asynchronous testing.
- 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
- 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/
- 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
- Added --prune option to genetic command
- Introducing true logging!
- Added logzero dependency
- Added logger.py to helpers
- Replaced almost all print statements with logger calls
- Added logging to config file
- Other minor fixes/changes
- Enhanced requests error message resolution
- Numerous misc fixes and enhancements
- Updated Dockerfile
- Added MAX RECURSIVE DEPTH to limit genetic_unknown recursion
- Updated genetic_known and genetic_unknown methods
- Added error checking to EntityTester pull methods
- Expanded BASE_GENOME in test_genetics to lessen false failures
- Added ability for rizza to recursively fill dependencies
- Added new config and cli options for this change
- Fixed GeneticEntityTester._load_test
- Introducing Genetic Algorithm-based testing!
- Added genetic subcommand
- Added genetic_tester module
- Added initial tests for that module
- Minor tweaks and improvements
- Completely rewrote the config helper file
- Added tests for the new Config class
- Re-worked the cli and other pieces to take advantage of new config class changes.
- Added initial tests for genetic algoritm classes
- Radically optimized genetic algorithm implementation!
- Added find method to MaiMap
- Added helper file for configurations
- General Optimizations in entity_tester and __main__
- Added initial tests for entity_tester file
- Added Travis CI
- Added in basic tests
- run
`rizza test`
to test
- run
- Fixed some minor issues found while testing
- Changed some text helpers to return a bool
- Minor changes
- Added list subcommand
- Fixed logging
- Initital functionality added
- brute force test generation, storage
- nailgun configuration
- Docker capability
- There be cowboys!