diff options
| author | Fuwn <[email protected]> | 2021-07-24 20:11:23 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-07-24 20:11:23 +0000 |
| commit | 688aec1791ca5ba357cef5afc4a4c6e11d8ff4c2 (patch) | |
| tree | 73104855103207b7d04f385c255b8d891bf4715e /terra_test.go | |
| download | terra-688aec1791ca5ba357cef5afc4a4c6e11d8ff4c2.tar.xz terra-688aec1791ca5ba357cef5afc4a4c6e11d8ff4c2.zip | |
feat(global): push development state
Diffstat (limited to 'terra_test.go')
| -rw-r--r-- | terra_test.go | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/terra_test.go b/terra_test.go new file mode 100644 index 0000000..86aec12 --- /dev/null +++ b/terra_test.go @@ -0,0 +1,21 @@ +// Copyright (C) 2021-2021 The Whirlsplash Collective +// SPDX-License-Identifier: GPL-3.0-only + +package terra + +// import "testing" + +// TODO: Implement +/* func TestConnect(t *testing.T) { + s := Session{ + Ip: "209.240.84.122", + Port: "6650", + Username: "fuwn", + Password: "somethingsecure22", + Avatar: "Vamp.mov", + } + + if err := s.Connect(); err != nil { + t.Fatalf("Connect() returned error: %+v", err) + } +} */ |