bugbug/tests
Marco 62b348d46c
Don't skip commits when calculating experiences (#510)
* Skip commits after calculating experience

Fixes #502

* Skip commits that have 'ignore-this-changeset' in their description

Fixes #496

* Don't increase experience for commits to ignore

* Test skipping a commit when calculating experiences

* Add test for repository.get_commits_to_ignore

* Add implementations of __eq__ and __hash__ in the Commit class
2019-05-29 11:24:11 +02:00
..
fixtures Add basic tests for the BugType model (#513) 2019-05-29 10:39:33 +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_bugtype.py Add basic tests for the BugType model (#513) 2019-05-29 10:39:33 +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 Assert the list of bug IDs returned by get_all_bug_ids is longer than 0 2019-05-21 01:27:45 +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 Don't skip commits when calculating experiences (#510) 2019-05-29 11:24:11 +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