doc/book/devrepo/testing.rst
changeset 10495 5bd914ebf3ae
parent 10491 c67bcee93248
child 10829 550c2d27339f
equal deleted inserted replaced
10494:b6f00889355c 10495:5bd914ebf3ae
   449 
   449 
   450 
   450 
   451 What you need to know about request and session
   451 What you need to know about request and session
   452 -----------------------------------------------
   452 -----------------------------------------------
   453 
   453 
   454 .. image:: ../images/request_session.png
   454 .. image:: ../../images/request_session.png
   455 
   455 
   456 First, remember to think that some code run on a client side, some
   456 First, remember to think that some code run on a client side, some
   457 other on the repository side. More precisely:
   457 other on the repository side. More precisely:
   458 
   458 
   459 * client side: web interface, raw repoapi connection (cubicweb-ctl shell for
   459 * client side: web interface, raw repoapi connection (cubicweb-ctl shell for