Skip to content
Snippets Groups Projects
testing.rst 314 B
Newer Older
  • Learn to ignore specific revisions
  • Victor Löfgren's avatar
    Victor Löfgren committed
    Testing
    =======
    
    Here we briefly describe how we have tested the system.
    Both unit tests for the client and server has been made.
    Some end to end tests has also been made that tests both the server and client at the same time. 
    
    .. toctree::
        :maxdepth: 2
    
        testing/client
        testing/server
        testing/e2e