-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test #37
base: main
Are you sure you want to change the base?
Conversation
@aneojgurhem @a-hamitouche j'ai apporté les modifications demandées. Pourriez-vous les revoir ? |
Test/Test_binary/CMakeLists.txt
Outdated
|
||
enable_testing() | ||
|
||
set(TEST_LIST test_binary_PENE test_binary_Verificarlo) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you remove verificarlo from the executed tests? The fix will be done later
|
||
|
||
if __name__ == "__main__": | ||
pytest.main() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you make the execution of a frontend depending on arguments and only giving PENE as parameter ?
@@ -0,0 +1,73 @@ | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't there a way to reduce redundancy of CMaksLists?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, there is non way.
|
||
|
||
|
||
if __name__ == "__main__": |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comment about arguments
@@ -0,0 +1,74 @@ | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comment about CMakeLists
@@ -0,0 +1,161 @@ | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comments
backend/backend_test_2/backend.cpp
Outdated
|
||
sqrt_double: | ||
*res=sqrt(b); | ||
end_sqrt_double |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add end of ligne character
Test/Test_result/test_result.py
Outdated
|
||
|
||
if __name__ == "__main__": | ||
pytest.main() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add end of line character
Unitary Tests with CI