-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from Devlowave-Org/beta-editor
Beta editor
- Loading branch information
Showing
7 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Binary file not shown.
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,13 +5,13 @@ | |
import pytest | ||
|
||
|
||
|
||
@pytest.fixture() | ||
def devlobdd(): | ||
return DevloBDD("devlotest") | ||
|
||
|
||
def test_mauvais_id(client, devlobdd): | ||
devlobdd.delete_ja("[email protected]") # Dans l'execution des test, le compte existe deja mdr | ||
response = client.post('/inscription', data={ | ||
"email": "[email protected]", | ||
"ja_id": "azerty?", | ||
|
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"header-title": "Your Nonprofit Name", "nav-link-1": "About Us", "nav-link-2": "Programs", "nav-link-3": "Events", "nav-link-4": "Donate", "nav-link-5": "Contact", "hero-headline": "Making a Difference, One Step at a Time", "hero-subheadline": "Join us in our mission to create a better world for everyone.", "hero-cta": "Donate Now", "about-title": "About Us", "about-description": "Your Nonprofit Name is dedicated to [your mission]. We strive to [explain your goals and vision].", "programs-title": "Our Programs", "program-title-1": "Program 1", "program-description-1": "Description of your first program.", "program-title-2": "Program 2", "program-description-2": "Description of your second program.", "program-title-3": "Program 3", "program-description-3": "Description of your third program.", "events-title": "Upcoming Events", "event-title-1": "Event 1", "event-description-1": "Date and details of your first event.", "event-title-2": "Event 2", "event-description-2": "Date and details of your second event.", "event-title-3": "Event 3", "event-description-3": "Date and details of your third event.", "donate-title": "Support Us", "donate-description": "Your donation helps us continue our mission. Thank you for your generosity.", "donate-cta": "Donate Now", "contact-title": "Contact Us", "contact-description": "Have questions or want to get involved? Reach out to us!", "footer-copyright": "\u00a9 2024 Your Nonprofit Name. All rights reserved.", "social-link-1": "Facebook", "social-link-2": "Twitter", "social-link-3": "Instagram", "enregistrer": ""} | ||
{"titre": "", "valeur1": "", "valider": ""} |