Python: CG trace: Add helper.sh to run tracing against real projects

This commit is contained in:
Rasmus Wriedt Larsen
2020-07-23 17:37:01 +02:00
parent 5d031d7abe
commit c45cc2aa2f
3 changed files with 179 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"wcwidth": {
"repo": "https://github.com/jquast/wcwidth.git",
"sha": "b29897e5a1b403a0e36f7fc991614981cbc42475",
"module_command": "pytest -c /dev/null",
"setup": [
"pip install pytest"
]
},
"youtube-dl": {
"repo": "https://github.com/ytdl-org/youtube-dl.git",
"sha": "a115e07594ccb7749ca108c889978510c7df126e",
"module_command": "nose -v test --exclude test_download.py --exclude test_age_restriction.py --exclude test_subtitles.py --exclude test_write_annotations.py --exclude test_youtube_lists.py --exclude test_iqiyi_sdk_interpreter.py --exclude test_socks.py",
"setup": [
"pip install nose"
]
}
}