Open
Conversation
Collaborator
|
Ok, en general veo una mejoría respecto al ultimo PR, respecto a ese error se soluciona indicándole al interprete de Python que Los tests se definen a nivel de modulo, no se pueden definir de forma anidada de esa manera, pero en general cuando se dejan sin anidar y se agrega la variable Por otro lado, toca revisar si es importante tener una clase conteniendo esos métodos o es mejor dejarlo como funciones a nivel de modulo, pero en general esta bien. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Participantes:
Jeison Steven Guio Varon
Gerson David Cruz Rodríguez
María Fernanda Velez Benitez
Miguel Esteban Pinilla Leal
Descripción
Quitamos la duplicación del archivo Basic y el archivo Test, reorganizamos la estructura del código para que todas las funcionas estén dentro de una clase, y usamos el Framework Pytest para comprobar las funciones. NOTA IMPORTANTE: al momento de intentar probar el código en test provoca un error que no pudimos solucionar sin ayuda llamado: "ModuleNotFoundError: No module named 'ECSolver'", así que por favor quisiéramos un poco de ayuda con eso y ya solo faltarían unos pocos detalles para terminarlo por completo, gracias.
Tipo de cambio
Checklist