faitdivers / pyao

PyAO - Adaptive Optics simulation package
6 stars 0 forks source link

[WFS] Add Automated Testing #43

Open amydeeb opened 10 years ago

amydeeb commented 10 years ago

Develop testing scripts to automatically confirm code is behaving as expected.

NKant13 commented 10 years ago

testWFS.py added for testing. @amydeeb could you check if this is sufficient?

forcaeluz commented 10 years ago

The testWFS.py currently in the master is not sufficient. It does not perform any automatic check, only confirms the code runs without errors, but not that the results are as expected. But this issue has a lower priority, as the main priority now is to get all the blocks running.

If the WFS is ready for the initial running loop, then you can start writing tests that automatically tests your code. If more things have to be done for the WFS before the initial simulation, then that has a higher priority.