[GRASS-git] [OSGeo/grass] 84cbb3: tests: Enable tests for gunittest's test_assertion...
Edouard Choinière
noreply at github.com
Tue Aug 5 16:38:22 PDT 2025
Branch: refs/heads/main
Home: https://github.com/OSGeo/grass
Commit: 84cbb3b8c3afe5b6eb6601339dc6dfbc2128b131
https://github.com/OSGeo/grass/commit/84cbb3b8c3afe5b6eb6601339dc6dfbc2128b131
Author: Edouard Choinière <27212526+echoix at users.noreply.github.com>
Date: 2025-08-06 (Wed, 06 Aug 2025)
Changed paths:
M .github/workflows/macos_gunittest.cfg
M .gunittest.cfg
M python/grass/gunittest/testsuite/test_assertions_vect.py
Log Message:
-----------
tests: Enable tests for gunittest's test_assertions_vect.py (#6124)
I was preparing some changes in gunittest code, and noticed that a whole set of asserts were not tested, and there was a typo in one of them for more than a decade. Unfortunately, the tests here weren't checking for this particular assert.
The file was excluded because of one error that is unrelated to the problem I found.
By making it an expected failure, the 10 other tests in the file can be executed.
* grass.gunittest: Mark test_assertVectorEqualsAscii_by_import as expectedFailure to enable running the remaining of the file
* tests: Enable tests for gunittest's test_assertions_vect.py
To unsubscribe from these emails, change your notification settings at https://github.com/OSGeo/grass/settings/notifications
More information about the grass-commit
mailing list