Skip to content
Snippets Groups Projects
  1. Apr 27, 2018
  2. Mar 14, 2018
    • Benjamin Bertrand's avatar
      Update pytest-factoryboy · 0b5e9731
      Benjamin Bertrand authored
      pytest-factoryboy 1.3.2 required factory_boy < 2.9
      Newer version (2.0.1) requires:
      - pytest >= 3.3.2
      - factory_boy >= 2.10.0
      
      So both pytest and factory_boy could be updated as well
      0b5e9731
  3. Feb 13, 2018
  4. Feb 12, 2018
  5. Jan 28, 2018
  6. Jan 02, 2018
  7. Dec 21, 2017
  8. Dec 14, 2017
  9. Dec 13, 2017
    • Benjamin Bertrand's avatar
      Add server side session using Flask-Session · d5d3530a
      Benjamin Bertrand authored
      In Flask, session data are stored in a cookie by default.
      Using a server side session, there is no risk of putting too much data
      in the session and transmissting a big cookie on every request
      (only an id is sent in the cookie).
      
      Redis is used as backend (without persistent storage).
      d5d3530a
  10. Nov 26, 2017
  11. Nov 10, 2017
  12. Nov 03, 2017
  13. Sep 08, 2017
  14. Sep 07, 2017
  15. Sep 06, 2017
  16. Aug 22, 2017
  17. Aug 09, 2017
  18. Jul 19, 2017
Loading