()
| 21 | return os.path.exists(assemble_project_path(path)) |
| 22 | |
| 23 | def get_project_root(): |
| 24 | path = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) |
| 25 | path = os.path.dirname(path) # get to parent, outside of project code path" |
| 26 | return path |
| 27 | |
| 28 | def read_resource_file(path): |
| 29 |
no outgoing calls
no test coverage detected