vtos / moodle-mod_adaptivequiz

CAT (Computer-Adaptive Testing) implementation for Moodle LMS (https://moodle.org): officially supported plugin.
https://moodle.org/plugins/mod_adaptivequiz
4 stars 9 forks source link

Unit test failures in CI/CD pipeline - missing privacy API implementation #38

Open niko-hoogeveen opened 1 month ago

niko-hoogeveen commented 1 month ago

4) core_privacy\privacy\provider_test::test_all_providers_compliant with data set "mod_adaptivequiz" ('mod_adaptivequiz', 'mod_adaptivequiz\privacy\provider') Failed asserting that false is true.

Missing provider.php implementation for CI/CD unit testing

vtos commented 1 month ago

Hi @niko-hoogeveen

Thanks for reporting this. The Privacy API isn't yet supported by the plugin, there's a general issue for this already - https://github.com/vtos/moodle-mod_adaptivequiz/issues/8