fedora-infra / mirrormanager2

Rewrite of the MirrorManager application in Flask and SQLAlchemy
https://mirrormanager.fedoraproject.org
GNU General Public License v2.0
65 stars 49 forks source link

Create unit tests for the mirrorlist server #180

Open adrianreber opened 8 years ago

adrianreber commented 8 years ago

To verify changes on the mirrorlist code do not break anything unit tests for the mirrorlist server are needed.

Following could be implemented:

  1. Generate a minimal pkl
  2. Start the mirrorlist server
  3. Query mirrorlist/metalink with all possible options

Also see #179