Make integration tests that completely cover a real example. For a given set of input variables save the output values and then hard-code them into a test. Make test_example1 and test_example2 integration tests and move them into a single test_integration.py file.
Make integration tests that completely cover a real example. For a given set of input variables save the output values and then hard-code them into a test. Make test_example1 and test_example2 integration tests and move them into a single test_integration.py file.