bugbug/tests
Marco d8b84ca798
Support retrieving commits in steps (#536)
* Support retrieving commits in steps

* Store component mapping ETag to actually avoid downloading it again when not needed

* Store a version file alongside the DBs

* Export the commits DB version file and the experiences values as artifacts of the commit-retriever task
2019-06-03 19:29:08 +02:00
..
fixtures Clean the test data for cleanup functions (#530) 2019-06-03 14:37:46 +02:00
conftest.py Add a test for repository.download_commits 2019-06-03 15:52:22 +02:00
test_bug.py Multilabel classifier for detecting type of bug (#395) 2019-05-14 12:17:53 +02:00
test_bug_features.py Add a mock DB for tests to avoid downloading the full DB (#273) 2019-04-18 14:01:25 +02:00
test_bug_snapshot.py Make bug snapshotting code fail silently when really necessary (#457) 2019-05-17 20:06:57 +02:00
test_bugtype.py Add basic tests for the BugType model (#513) 2019-05-29 10:39:33 +02:00
test_db.py Support retrieving commits in steps (#536) 2019-06-03 19:29:08 +02:00
test_feature_cleanup.py Use re.compile to speedup feature cleanups (#351) 2019-05-09 15:09:26 +02:00
test_labels.py Assert get_all_bug_ids returns only numbers 2019-05-30 16:15:54 +02:00
test_models.py Fix subclass detection in trainer script 2019-05-30 18:55:22 +02:00
test_qaneeded.py Multilabel classifier for detecting type of bug (#395) 2019-05-14 12:17:53 +02:00
test_repository.py Support retrieving commits in steps (#536) 2019-06-03 19:29:08 +02:00
test_run.py Make training code more generic to make it possible to train on other kinds of objects (e.g. commits) (#335) 2019-05-03 11:57:48 +02:00
test_tracking.py Multilabel classifier for detecting type of bug (#395) 2019-05-14 12:17:53 +02:00