> Do tests go against bugs, or do they go against patches, or do they go against
> versions, or what etc?

I think tests can be against any of these.  Maybe something like this:

.----------.          .----------.
|   test   |          | bug_test |
|----------|          |----------|
| test_id  +----.-----+ bug_id   |
| text     |    |     | test_id  |
| comment  |    |     `----------'
| ...      |    |     .------------.
`----------'    |     | patch_test |
                `-----+------------|
                      | patch_id   |
                      | test_id    |
                      `------------'

etc.

++t

Reply via email to