mirror of
https://github.com/github/codeql.git
synced 2026-05-03 12:45:27 +02:00
Python: CG trace: Add helper.sh to run tracing against real projects
This commit is contained in:
18
python/tools/recorded-call-graph-metrics/projects.json
Normal file
18
python/tools/recorded-call-graph-metrics/projects.json
Normal 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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user