Refactor circuit_predict_and_launch_new

This commit is contained in:
Chelsea H. Komlo
2016-10-14 07:00:35 -05:00
parent b95998ef0c
commit afb6ae7b0f
11 changed files with 430 additions and 61 deletions
+2
View File
@@ -1,3 +1,5 @@
o Code simplification and refactoring:
- Extracted dummy_origin_circuit_new so it can be used by other test
functions.
- Refactor circuit_predict_and_launch_new for readability and testability.
- Added unit tests for extracted functions.