Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ReckonPrimer.tests/exaddsimp/test_generate_calc.py
diff options
context:
space:
mode:
Diffstat (limited to 'ReckonPrimer.tests/exaddsimp/test_generate_calc.py')
-rw-r--r--ReckonPrimer.tests/exaddsimp/test_generate_calc.py10
1 files changed, 1 insertions, 9 deletions
diff --git a/ReckonPrimer.tests/exaddsimp/test_generate_calc.py b/ReckonPrimer.tests/exaddsimp/test_generate_calc.py
index f953e4d..67051d1 100644
--- a/ReckonPrimer.tests/exaddsimp/test_generate_calc.py
+++ b/ReckonPrimer.tests/exaddsimp/test_generate_calc.py
@@ -3,15 +3,7 @@
print("====================================_____________________=============")
print("===== ReckonPrimer.tests/addsubsimp/test_generate_calc.py ============")
-from exaddsimp import ExAddSimp
-
-_ex = ExAddSimp(None)
-_calc = _ex.get_next_calc()
-print('calc=',_calc)
-_calc = _ex.get_next_calc()
-print('calc=',_calc)
-_calc = _ex.get_next_calc()
-print('calc=',_calc)
+print("......... here will be test_generate_calc test ............")
print("===== ReckonPrimer.tests/addsubsimp/test_generate_calc.py ============")
print("=========================== SUCCESS ~~~~~~~~~~~~~~~~~~~~~ ============")