gnudatalanguage / gdl

GDL - GNU Data Language
GNU General Public License v2.0
274 stars 61 forks source link

add basic test for #1777 (/= operator issue) #1779

Closed slayoo closed 5 months ago

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 42.70%. Comparing base (2980154) to head (a8b8b1a).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1779 +/- ## ======================================= Coverage 42.70% 42.70% ======================================= Files 361 361 Lines 97331 97331 Branches 19928 19928 ======================================= Hits 41570 41570 Misses 55761 55761 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

alaingdl commented 5 months ago

1: I have a more general test (but not working for negative due to modulo with Int) 2 : more important, I think it is better to name the test following the kind of the main problem we address in the test (I will rename and merge few other tests related to ForEach)

GillesDuvert commented 5 months ago

test_indepth_basic_functions.pro in #1784 not only check this but approx. 6100 other possible cases for all basic operators.

slayoo commented 5 months ago

Thanks @GillesDuvert !