madscatt / zazzie

development branch
GNU General Public License v3.0
2 stars 3 forks source link

New Test Code and changes to align, extract_utilities, input_filter, etc. #54

Closed skrueger111 closed 7 years ago

skrueger111 commented 7 years ago

Now using 2.0 version of input_filter.py that accepts True or False input as boolean without converting from string input. Added changes to input_filter.py that were made in SASSIE 1.0 (for example, in check_exe). Updated tests for extract_utilities, extract_utilities_filter and input_filter to input True and/or False as boolean rather than string. This required an update to gui_mimic_extract_utilities as well. All tests now pass.