pulp
pulp copied to clipboard
refactor "test" to a test
there was some dangling test code, but no actual test that exercised the Matrix class.
hello! and thanks. Could you add it importing unittests like the test_pulp.py file example? Thay way they're all tested together.
Done! It also seemed to be necessary to register the test in run_tests.py. Let me know if that was not the right thing to do.