summaryrefslogtreecommitdiff
path: root/transaction_test.go
AgeCommit message (Expand)Author
2023-11-30transaction: Skip some tests requiring confdir if not availableMarco Trevisan (Treviño)
2023-11-30transaction_test: Add tests checking the loaded services matchMarco Trevisan (Treviño)
2023-11-30transaction: Add a test finalizer checking if transaction has endedMarco Trevisan (Treviño)
2023-11-30transaction: Add End() method and Remove Transaction finalizerMarco Trevisan (Treviño)
2023-11-30transaction: Do not make Transaction to implement error interface anymoreMarco Trevisan (Treviño)
2023-11-30transaction: Never return Transaction as errorMarco Trevisan (Treviño)
2023-11-30transaction: Return errors wrapping pam.Error values on failureMarco Trevisan (Treviño)
2023-11-30transaction: Add tests for all the possible Status (and error) valuesMarco Trevisan (Treviño)
2023-09-23Run go fmtMichael Steinert
2023-09-19transaction_test: Add root-less tests to check pam conversationMarco Trevisan (Treviño)
2023-09-19transaction_test: Add more authentication tests to run as userMarco Trevisan (Treviño)
2023-09-19transaction_test: Enable conf-dir tests without rootMarco Trevisan (Treviño)
2023-09-19tests: Move services to a subdirectoryMarco Trevisan (Treviño)
2022-09-16Integration test for confdir handling.Didier Roche
2021-12-03Attempt to modernize the repov1.0.0Michael Steinert
2019-02-15Update CI build matrix & fix some lintMichael Steinert
2015-12-04Remove dead codeMichael Steinert
2015-04-10Test some failure conditionsMichael Steinert
2015-04-10Fix golint warningsMichael Steinert
2015-04-09Improve test coverageMichael Steinert
2015-03-30Test coverage for SetItem/GetItemMichael Steinert
2015-03-30Fix a silly bug and add test coverageMichael Steinert
2015-03-30Rework pam_getenvlist so it doesn't leakMichael Steinert
2015-03-29Add a test suiteMichael Steinert