aboutsummaryrefslogtreecommitdiffstats
path: root/test/GpgCoreTest.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: move test to src and add submodule googletestsaturneric2023-12-061-32/+0
|
* fix: check and update copyright at filessaturneric2023-10-161-2/+2
|
* <license, style>(src, test): Fix some issues in license statement.Saturneric2022-01-221-6/+10
|
* <refactor, test>(core, test): core improved and test gpg alone modeSaturneric2021-12-251-0/+28
1. let modules known their channels. 2. let factory create a channel. 3. reduce dumplicate code. 4. add type check for function object. 5. test gpg alone mode. 6. remove some asserts. 7. rename importexportor to importexporter. 8. move args in gpg context constructor to a struct.