#1453 new defect

automated tests with all supported versions of dependencies

Reported by: davidsarah Owned by: somebody
Priority: major Milestone: undecided
Component: packaging Version: 1.8.2
Keywords: test Cc:
Launchpad Bug:

Description

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.

Change History (1)

comment:1 Changed at 2011-07-28T17:14:57Z by davidsarah

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

Note: See TracTickets for help on using tickets.