-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allows event to be closed #30
base: develop
Are you sure you want to change the base?
Conversation
Je serais plutôt pour Response({'status': 'ok', 'msg': 'Event closed'}) (pour les deux PR), histoire de pouvoir facilement vérifier dans le client si ça a fonctionné ; après je testerai plus en détail ce soir :) |
Ce qui me fait penser : il manque un test (au passage, ce qu'on faisait pour l'instant c'était grosso modo de l'anglais dans le code et du français sur github ; après c'est clairement peu important ;) ) |
Ah oui pardon pour le test, il a pas été ajouté. Je l'ajoute de suite |
Il manque un test pour le cas d'échec et il y a une ligne vide moche juste après la ligne test_event_closed :p |
Je m'occupe de ça. |
super(EventTests, self).setUpTestData() | ||
|
||
self.event, _ = Event.objects.get_or_create(label='Test', through_khube=True, writable=True) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Il y a 4 trailing spaces sur cette ligne
@Ekleog Est-ce que cette PR a encore un intérêt ? |
Adds a function to close events and a test