Martin Pépin
|
0420839b20
|
Test the authentication
- An "outsider" must use django's authentication backend
- A user with a login_clipper should use CAS
|
2017-02-12 15:38:20 +01:00 |
|
Martin Pépin
|
8b620a5319
|
PEP8 in gestion/tests.py
|
2017-02-12 15:38:20 +01:00 |
|
Michele Orrù
|
f0c3def935
|
Make the test really works.
This fixes the proble with debug_toolbar,
the fucking toolbar that messes all your tests.
|
2017-02-11 15:47:31 +01:00 |
|
Michele Orrù
|
376e829502
|
Reaching a point where I can query /k-fet.
Edit forms and views in app kfet to make the depend on gestion.Profile and not
on cof.CofProfile.
|
2017-02-11 15:07:45 +01:00 |
|
Michele Orrù
|
815a5f274c
|
Fix some reviewing considerations.
- appropriate naming for migration
- remove __future__ imports.
- remove "CofProfile" left in kfet/models.py
|
2017-02-11 00:33:46 +01:00 |
|
Michele Orrù
|
25c3106168
|
Add some tests about how profiles types should relate to each other.
|
2017-02-11 00:33:36 +01:00 |
|
Michele Orrù
|
22da04c3e2
|
s/cofprofile/profile/g into k-fêt.
This commit also restores the only unittest present.
|
2017-02-11 00:32:58 +01:00 |
|
Martin Pépin
|
5aff771d9c
|
Set the new structure of gestioCOF
- `cof` is renamed `gestioCOF`
- `gestioncof` become `cof` (yes it looks pretty stupid but it is not)
- `bds` is created
|
2017-02-09 21:28:36 +01:00 |
|