ben-denham / labtech

Easily run experiment permutations with multi-processing and caching
https://ben-denham.github.io/labtech/
GNU General Public License v3.0
7 stars 1 forks source link

Add some integration tests to match README examples #13

Closed nathanjmcdougall closed 4 months ago

nathanjmcdougall commented 5 months ago

Yucky subprocess calls required - I tried importing the module but it interferes with the multiprocessing, at least on Windows. Really needs to be called within a __name__ == "__main__" block.

See #14 for why the test uses endswith rather than an equality comparison, because there is some output which occurs on Windows but not Linux.