summaryrefslogtreecommitdiff
path: root/test/rebar_pkg_alias_SUITE.erl
Commit message (Collapse)AuthorAgeFilesLines
* Track package hash in memory index, add hash testFred Hebert2016-10-041-1/+43
| | | | | | | | | | This adds tracking of package hash in the in-memory index rather than the current `undefined' values. According to the test added, this is not necessary for transitive package dep hash chcking, but does result in a more complete index search result when doing app lookups, and could yield some optimizations on hash checks by checking from the index structure before fetching a package.
* Add transitive alias testsFred Hebert2016-10-041-7/+75
|
* Make tests passFred Hebert2016-05-241-3/+3
| | | | | Tests have broken as locks were expanded and auto-filled newer versions of lockfiles. This fixes them back.
* support temporary cdn change with HEX_CDN os varTristan Sloughter2015-12-191-2/+2
|
* Basic package aliasing testsFred Hebert2015-08-261-0/+121