Skip to content
Snippets Groups Projects
  • Etienne Kneuss's avatar
    59dfa76e
    Let's have one int constant that is "weird" enough · 59dfa76e
    Etienne Kneuss authored
    The reasonning is that when generating tests, we want  tests for when
    the elements do not matter too much.
    
    For instance, if we want tests for choose (x => x == a), and we only
    have the test a = 0, then a+a will pass the test, 42 is less likely to
    cause these.
    59dfa76e
    History
    Let's have one int constant that is "weird" enough
    Etienne Kneuss authored
    The reasonning is that when generating tests, we want  tests for when
    the elements do not matter too much.
    
    For instance, if we want tests for choose (x => x == a), and we only
    have the test a = 0, then a+a will pass the test, 42 is less likely to
    cause these.