https://forge.softwareheritage.org/source/swh-scheduler.git
Revision 03460207a17d82635ef5a6f12358392143eb9eef authored by Nicolas Dandrimont on 20 January 2021, 16:23:03 UTC, committed by Valentin Lorentz on 21 January 2021, 12:02:39 UTC
 - factor out test setup and results checking
 - properly exercize corner cases of the oldest_scheduled_first policy
1 parent af37898
Raw File
Tip revision: 03460207a17d82635ef5a6f12358392143eb9eef authored by Nicolas Dandrimont on 20 January 2021, 16:23:03 UTC
Reorganize grab_next_visits tests to better check sorting behavior
Tip revision: 0346020
.gitignore
*.pyc
*.sw?
*~
/.coverage
/.coverage.*
.eggs/
__pycache__
*.egg-info/
build/
dist/
version.txt
/.hypothesis/
/.tox/
.mypy_cache/
back to top