improvements, start integration tests

improved various funcs, removed extraneous things (e.g. Item.Attrs).

first integration test. more will come.
This commit is contained in:
2021-12-07 02:56:15 -05:00
parent 0fc0e0c269
commit b6ba0f9736
10 changed files with 70 additions and 31 deletions

6
conts_test.go Normal file
View File

@@ -0,0 +1,6 @@
package gosecret
// Paths.
const (
DbusDefaultCollectionPath string = DbusPath + "/collections/login"
)