automated tests with all supported versions of dependencies #1453

Open
opened 2011-07-28 17:13:58 +00:00 by davidsarah · 1 comment
davidsarah commented 2011-07-28 17:13:58 +00:00
Owner

It's infeasible to test with all possible combinations of dependencies. However, suppose that the largest number of acceptable versions for a dependency is k. Then, using k tests we can test each version of all dependencies at least once. This seems feasible to do for a release, for example.

It's infeasible to test with all possible *combinations* of dependencies. However, suppose that the largest number of acceptable versions for a dependency is k. Then, using k tests we can test each version of all dependencies at least once. This seems feasible to do for a release, for example.
tahoe-lafs added the
packaging
major
defect
1.8.2
labels 2011-07-28 17:13:58 +00:00
tahoe-lafs added this to the undecided milestone 2011-07-28 17:13:58 +00:00
davidsarah commented 2011-07-28 17:14:57 +00:00
Author
Owner

To implement this, we can generate k versions of the _auto_deps.py file, each specifying the dependencies using == requirements.

To implement this, we can generate k versions of the `_auto_deps.py` file, each specifying the dependencies using == requirements.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: tahoe-lafs/trac-2024-07-25#1453
No description provided.