.. |
fixtures
|
Add basic test case for the Uplift model (#696)
|
2019-07-15 23:29:28 +02:00 |
conftest.py
|
Add a test for repository.download_commits
|
2019-06-03 15:52:22 +02:00 |
test_assignee.py
|
Add basic test for the Assignee model (#621)
|
2019-07-02 20:52:08 +02:00 |
test_backout.py
|
Use some bug features in the Backout model (#615)
|
2019-07-11 15:42:02 +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 tests for couple feature extractors (#972)
|
2019-09-25 16:57:19 +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
|
Add a test for the removal of a non-existent DB
|
2019-10-16 16:20:53 +02:00 |
test_defect.py
|
Add basic test for defect model (#607)
|
2019-06-21 08:20:56 -07:00 |
test_devdocneeded.py
|
Add basic test for DevDocNeeded model (#661)
|
2019-07-01 11:46:52 +02:00 |
test_feature_cleanup.py
|
Use re.compile to speedup feature cleanups (#351)
|
2019-05-09 15:09:26 +02:00 |
test_hooks.py
|
Improve triggerSchema of the hooks and test it
|
2019-07-03 17:26:01 +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_pipelines.py
|
Ensure pipeline yaml files are valid YAML and can be rendered with JSON-e
|
2019-06-26 18:35:46 +02:00 |
test_qaneeded.py
|
Multilabel classifier for detecting type of bug (#395)
|
2019-05-14 12:17:53 +02:00 |
test_regression.py
|
Add basic test for the Regression model (#618)
|
2019-06-22 12:44:31 -07:00 |
test_repository.py
|
Move exp_queue from repository.py to utils.py (#974)
|
2019-09-25 15:52:37 +02:00 |
test_stepstoreproduce.py
|
Add a basic test for the StepsToReproduce model (#503)
|
2019-06-07 11:11:39 +02:00 |
test_tracking.py
|
Multilabel classifier for detecting type of bug (#395)
|
2019-05-14 12:17:53 +02:00 |
test_trainer.py
|
Add extra functionality from run.py to the trainer script (#856)
|
2019-08-06 01:19:59 +02:00 |
test_uplift.py
|
Add basic test case for the Uplift model (#696)
|
2019-07-15 23:29:28 +02:00 |
test_utils.py
|
During training, don't build a list with all trainable elements, but use a generator
|
2019-10-12 00:58:39 +01:00 |