aboutsummaryrefslogtreecommitdiffstats
path: root/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/3438b72c-6244-4f1d-8722-8c8d41484e35/comments/ba96f1c0-ba48-4df8-aaf0-4e3a3144fc46/body
blob: 288fc29c8989b296493404edbd6c80c74e8b047d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
It would be nice if we could store tests.
  .be/BUGDIR/tests/...
and link them from bugs.

Then running
  test.py BUGDIR/BUG
would run the tests for that particular bug.

This would provide regression testing via
  test.py $(be list --ids --status fixed)