Skip to content
Snippets Groups Projects
testing.rst 315 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 have also been made that tests both the server and client at the same time. 
    
    Victor Löfgren's avatar
    Victor Löfgren committed
    
    .. toctree::
        :maxdepth: 2
    
        testing/client
        testing/server
        testing/e2e