aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/github/import_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Add unicode control characters test caseAmine Hilaly2019-05-051-17/+27
| | | | | | | | | | | Move `cleanupText` to utils/text/transform.go `text.Cleanup`: removing unicode control characters except for those allowed by `text.Safe` Add golang.org/x/text dependencies fix text.Cleanup Fix import panic
* Add old importer comments in the iteratorAmine Hilaly2019-05-051-10/+17
| | | | | Test operation authors Fix typo in test repo url
* github: simplify and improve the import testMichael Muré2019-05-051-58/+25
|
* Improve naming and functions signaturesAmine Hilaly2019-05-051-79/+69
| | | | | | expose `NewIterator` in `github` package remove `exist` in tests cases skip tests when env var GITHUB_TOKEN is not given
* Add importer testsAmine Hilaly2019-05-051-0/+223
Changes to Importer and exporter interface Improve importer Fix extra edits bug