-
I had a problem with my django website when switching between different Google accounts.
My website uses Google OAuth2.0 for authentication. First, I logged in with a Google account(userA). Then, I…
-
**Objective**: To set up the initial Django project framework as a foundation for further development.
**Sub-Tasks**:
1. **Set Up Development Environment**:
- Install Python, Django, and o…
-
The biggest reason is that log files are currently shared between the actual server and unit tests. We typically only run unit tests in dev environments (and maybe staging), but it'd still be nice to …
-
## DJANGO TDD
O resursa buna pt python/django/flask/Testing este
https://testdriven.io
Au si free, eu am cumparat si tutorialul de Build a Taxi App using django channels and angular.
Sunt …
-
Change the unit test system to pytest with it's easy fixture system to replace the current json fixtures.
* Consider using [pytest-django](https://pytest-django.readthedocs.io/en/latest/configuring…
jelly updated
5 years ago
-
**Description:**
To assist future debugging and better operational capacity, it would be ideal to be able to easily find the relevant logging for a given parsing session for a file upload.
**Accep…
-
Currently, there are not tests covering the functionality of `django-expiry`.
The package does not have a lot of code, so testing it should not be something really huge.
Would be nice to use the d…
-
### Proposed Changes
I propose that we remove the "magic" settings for `STORAGE_BACKEND` and `STORAGE_CONFIG` that were migrated to `nautobot.core.cli`. This implementation relies on monkey patch…
-
Originally reported by: **Matteo Parrucci (Bitbucket: [parruc](https://bitbucket.org/parruc), GitHub: [parruc](https://github.com/parruc))**
---
ottimi spunti su come/cosa testare:
- http://www.real…
-
Common practice is to create a correlationId for any user-facing service request and apply that single correlationId to all services invoked while handling that request. The django-guid plug-in is the…