PyAr / PyZombis

Programación Python para Zombis MOOC (código y materiales del curso abierto y masivo en linea)
GNU Affero General Public License v3.0
21 stars 47 forks source link

Added E2E Test for MVC [TWP52] #327

Closed its-ChaTTy closed 5 months ago

its-ChaTTy commented 5 months ago

Summary

Added e2e test for MVC lecture (TWP52) for both English & Spanish. This PR is an extension to PR #322 .

Checklist

Screenshots

image

github-actions[bot] commented 5 months ago

Published to http://pyar.github.io/PyZombis/327/index.html

fzuccolo commented 5 months ago

Hi @its-ChaTTy.

I see that the MVC lecture published from your branch does not render the buttons to run the code, so that may be the cause of the failing tests: http://pyar.github.io/PyZombis/327/lectures/TWP52.html

It should be rendered like this for the tests to pass: http://pyar.github.io/PyZombis/main/lectures/TWP52.html

Your fork seems outdated, try to update it and see if that fixes the build.

github-actions[bot] commented 5 months ago

Published to http://pyar.github.io/PyZombis/327/index.html

its-ChaTTy commented 5 months ago

Thanks for the review @fzuccolo, I have updated the fork now the tests should work as intended.

NicolasSandoval commented 5 months ago

Thanks @its-ChaTTy.