Skip to content

Modular and language-agnostic unit test generation using models

License

Notifications You must be signed in to change notification settings

Evref-BL/Modest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modest

Modular unit test generation using models.
Tests are generated using application traces, represented by Famix-OpenTelemetry, and the serialized values they contain, represented by Famix-Value, to generate a unit test model, represented by Famix-UnitTest. This model is then exported into ASTs, usually using the FAST family of models, which are finally exported into actual unit tests that can be integrated into a codebase.

Installation

Metacello new
  githubUser: 'Evref-BL' project: 'Modest' commitish: 'main' path: 'src';
  baseline: 'Modest';
  onConflictUseIncoming;
  load

About

Modular and language-agnostic unit test generation using models

Topics

Resources

License

Stars

Watchers

Forks