bugbug/tests
Marco 72dab1a6d8
Gather more features about experiences (#467)
* Refactor things to avoid multiple sums and set updates

* Store max and min values too for experiences

* Store touched files and directories too as part of the commit data

* Remove useless default value for files_modified_num

* Use f-string instead of string concatenation for feature names

* Add more features about experiences (average, maximum, minimum, number of elements)

Fixes #370
2019-05-20 13:14:18 +02:00
..
fixtures Add a mock DB for tests to avoid downloading the full DB (#273) 2019-04-18 14:01:25 +02:00
conftest.py Remove versioning support, as we are not really using it (#359) 2019-05-09 11:12:30 +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_db.py Remove versioning support, as we are not really using it (#359) 2019-05-09 11:12:30 +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 Pre commit setup (#252) 2019-04-09 15:57:29 +02:00
test_models.py Add a central place where the models are defined (#398) 2019-05-16 15:34:38 +02:00
test_qaneeded.py Multilabel classifier for detecting type of bug (#395) 2019-05-14 12:17:53 +02:00
test_repository.py Gather more features about experiences (#467) 2019-05-20 13:14:18 +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