Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests/cachekey: Fixing cache key test after modifying project.conf default ↵ | Tristan Van Berkom | 2017-10-21 | 22 | -36/+22 |
| | | | | environment | ||||
* | Fix tests for other platforms | Tristan Maat | 2017-09-28 | 1 | -1/+3 |
| | |||||
* | Add platform factories | Tristan Maat | 2017-09-28 | 22 | -22/+36 |
| | |||||
* | tests/cachekey: Adding cache key tests for new patch source | Tristan Van Berkom | 2017-09-09 | 9 | -1/+30 |
| | |||||
* | cachekey.py: Fix broken logic of excluding tests | Tristan Van Berkom | 2017-09-04 | 1 | -2/+2 |
| | | | | Skip the tests if we DONT have bzr or git, not if we DO. | ||||
* | tests/cachekey/cachekey.py: Skip if not all plugins are available | Tristan Van Berkom | 2017-09-04 | 1 | -0/+6 |
| | |||||
* | tests/cachekey/cachekey.py: Use the cli runner fixture here. | Tristan Van Berkom | 2017-09-04 | 1 | -15/+5 |
| | |||||
* | tests: Adding __init__.py to some test modules | Tristan Van Berkom | 2017-09-01 | 1 | -0/+0 |
| | | | | | Seems all the test modules have one and as I recall it can cause problems when they are missing in the test dirs. | ||||
* | tests/cachekey: Adding Cache Key tests | Tristan Van Berkom | 2017-09-01 | 41 | -0/+340 |
This test should contain an entry for every element and source plugin in buildstream. Further, an entry should exist for every feature of every plugin which may effect cache key calculation. MANIFEST.in: Adding .expected files used in this test to the generated dist tarballs. |