1. Any reason to continue to test with python 2? 1. Can we split up `run_all_tests.sh` to make it a little easier to find output from tests that fail? I'm thinking something like * `run_all_infrastructure_tests.sh` to make sure all the python code works * `run_build_tests.sh` to make sure the build system works * `run_examples.sh` to make sure the "tests" that are just "run the model in different configurations" sanity checks work * `run_unit_tests.sh` to run the unit tests * `run_regression_tests.sh` to run `compute_cols` (currently the only true regression test, or will be once the baseline is committed to the repo)
Any reason to continue to test with python 2?
Can we split up
run_all_tests.shto make it a little easier to find output from tests that fail? I'm thinking something likerun_all_infrastructure_tests.shto make sure all the python code worksrun_build_tests.shto make sure the build system worksrun_examples.shto make sure the "tests" that are just "run the model in different configurations" sanity checks workrun_unit_tests.shto run the unit testsrun_regression_tests.shto runcompute_cols(currently the only true regression test, or will be once the baseline is committed to the repo)