mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[python] Change math module test to be true on all platforms
This commit is contained in:
committed by
LeaNumworks
parent
8a5af352bf
commit
40986ebb99
@@ -5,7 +5,7 @@ QUIZ_CASE(python_math) {
|
||||
TestExecutionEnvironment env = init_environement();
|
||||
assert_command_execution_succeeds(env, "from math import *");
|
||||
assert_command_execution_succeeds(env, "e", "2.718281828459045\n");
|
||||
assert_command_execution_succeeds(env, "gamma(9)", "40320.0\n");
|
||||
assert_command_execution_succeeds(env, "gamma(3)", "2.0\n");
|
||||
deinit_environment();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user