Skip to content
Snippets Groups Projects
  • Hans Fangohr's avatar
    5594bf31
    improvements to test · 5594bf31
    Hans Fangohr authored and Ashwin Kumar Karnad's avatar Ashwin Kumar Karnad committed
    - check that "* dev23a" is somewhere in the string (not required to be in the
    first line)
    
    - create local variables before we run the assert statement. The can be
    inspected when calling `py.test -l` (or `py.test --pdb`).
    
    - improve documentation of what we expect
    5594bf31
    History
    improvements to test
    Hans Fangohr authored and Ashwin Kumar Karnad's avatar Ashwin Kumar Karnad committed
    - check that "* dev23a" is somewhere in the string (not required to be in the
    first line)
    
    - create local variables before we run the assert statement. The can be
    inspected when calling `py.test -l` (or `py.test --pdb`).
    
    - improve documentation of what we expect