aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Multiple changes and fixes for installationMykyta Holubakha2017-06-302-23/+30
| | | | | | | | | | | | | | make package backend optional fix merge destination makedir properly add files to git index compare package slot with default the right way multiple fixes in writing metadata changed tests to reflect current code and pass
* Fix unit testsMykyta Holubakha2017-06-302-8/+13
|
* Numerous improvements and fixesMykyta Holubakha2017-06-191-1/+6
| | | | | | | | | | | | | Documented most of the functions and classes. Added an option to fetch a package into a specified directory. Added a merge_into method to the Package class, which would merge it into a directory, and refactored repo::merge_package to use that. Extended the package class to store category, version and slot metadata. Added tests of the portage package source module.
* Numerous fixes all over the treeMykyta Holubakha2017-06-092-14/+60
| | | | Added dispatcher and repository package (un)installation tests
* Initial progress on dispatch testingMykyta Holubakha2017-06-081-0/+28
| | | | Fixed an error in the dispatcher
* Assure that portage repo initialization tests passMykyta Holubakha2017-06-031-0/+1
|
* Add missing importsMykyta Holubakha2017-06-031-2/+2
|
* Fix a syntax errorMykyta Holubakha2017-06-031-1/+1
|
* Test portage repo initializationMykyta Holubakha2017-06-031-10/+37
|
* Added unit testing supportMykyta Holubakha2017-06-022-0/+25