You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adicionalmente, utilizando la función de definir un "default" de objeto en pytest, me arroja el el warning W0621, como por ejemplo
@fixture(name='new_something')defnew_something():
"""Returns a new something with specified parameters"""def_new_something(params):
returnsomethingreturn_new_something
¿Cuál sería la manera correcta de hacer estos snippets?
¡Muchas gracias!
The text was updated successfully, but these errors were encountered:
¡Hola!
Me entró una duda de cómo resolver este siguiente pedazo de código que
Pylint
me arroja el error W0640 al correrlo:Adicionalmente, utilizando la función de definir un "default" de objeto en
pytest
, me arroja el el warning W0621, como por ejemplo¿Cuál sería la manera correcta de hacer estos snippets?
¡Muchas gracias!
The text was updated successfully, but these errors were encountered: