fre.app.tests.test_helpers module
- fre.app.tests.test_helpers.test_change_directory()
Test change_directory context manager. This allows for the changing of directories within a function’s execution. After execution of the function, user should be in the same directory the script started in.
- fre.app.tests.test_helpers.test_get_variables()
Test dictionary output with {source name: [variables]} from given pp component.
- fre.app.tests.test_helpers.test_get_variables_err()
Test get_variables() returns an error when given inappropriate input