Alfredo de Morais
Alfredo de Morais
I got this error today: ```bash INTERNALERROR> Traceback (most recent call last): INTERNALERROR> File "/home/alfmorais/projetos/django-rest-framework/venv/lib/python3.8/site-packages/_pytest/main.py", line 265, in wrap_session INTERNALERROR> config._do_configure() INTERNALERROR> File "/home/alfmorais/projetos/django-rest-framework/venv/lib/python3.8/site-packages/_pytest/config/__init__.py", line 982, in _do_configure INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))...
Hello @auvipy Just a small contribution from Junior Python Developer. It's possible to use the library `cryptography` with Fernet algorithm. Like that: ```python import base64 from cryptography.fernet import Fernet from...
| Link do Projeto | Seu @ no git | Comentário (opcional) | |----------|----------|----------| | [madr](https://github.com/alfmorais/madr) | [@alfmorais](https://github.com/alfmorais) | - |
Hello from Brazil, I'm experiencing the same issue. My test suite has 47 unit tests. When I run the command: ```bash mutmut run ``` The output is: ```bash (project-service-py3.12) alfredo@machine-address:~/Company/project-service$...