Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Outline

How to test your changes.

Manual testing (just bare minimum)

Just few things from all code to test:

  1. Test if all docker images builds successfully:
$ cd docker
$ ./dockerBuild.sh rebuild all
  1. Check if daemon is not broken and if its possible to start it.
$ cd ./docker
$ docker-compose up -d
  1. Check if test can accept configuration and run. (Edit and validate configuration before executing: docker-compose up)
$ docker-compose exec runner vpnspeed up /opt/vpnspeed/vpnspeed.yaml
  1. Try to generate report
$ docker-compose exec runner vpnspeed report

Auto Testing

This is still a new project, so there aren't many tests. To run them execute:

$ python3 -m unittest discover -s test
Morty Proxy This is a proxified and sanitized view of the page, visit original site.