-
## Detailed Description
This issue covers configuration of automated build tests of the Foodle application using GitHub CI pipeline.
## Possible Implementation
pytest-django is a plugin for py…
-
name: CI/CD Pipeline
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/che…
-
### Requirements:
- [ ] Unit Testing
- [x] Integration Testing
### Resources:
https://canvas.uccs.edu/courses/152505/pages/l19-system-under-test?module_item_id=2446094
https://developer.mozilla.org…
wycre updated
6 months ago
-
### Discussed in https://github.com/celery/celery/discussions/9197
Originally posted by **sandeep2rawat** August 22, 2024
### Issue:
#### Description:
When running a Django application with …
-
Hello,
I am testing Passenger with Nginx on http3/quic and it breaks the Python Django apps.
**Testing Environment**
1. Os - Ubuntu 22.04
2. Nginx - 1.25.3 built with OpenSSL 3.1.5+quic …
-
There is no mention of Django version required, however I've found that there is an issue running it with Django 1.3 as the tests use django.test.utils.override_settings, which only appeared in Django…
-
### Overview
As a user, I want the email entered when signing up with Cognito to match the username and email created in the People Depot DB, so that it is clear which record is associated with me.…
-
The README explains how to set up HTTP2 with TLS, but there's no indication of how to set it up without TLS.
Just for context: my interest in doing this is because my load balancer already does th…
-
Hello.
I think, it will be possible to add HTTPS support.
Yes, for production is better to use NGINX proxy or whatever else, but for testing purposes with self signed certificates,
should be als…
-
# Bug report
## What's wrong
When running django-stubs 5.0.2, mypy goes through without error. But when updating django-stubs to 5.0.3, I’m getting the following error:
`error: INTERNAL ERROR: …