1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Move /wtf tests into /wtf directory

This commit is contained in:
Chris Cummer 2019-08-03 17:19:55 -07:00
parent c17678013d
commit a1aafbeade
4 changed files with 4 additions and 8 deletions

View File

@ -1,10 +1,9 @@
package bargraph_test
package wtf
import (
"testing"
. "github.com/stretchr/testify/assert"
. "github.com/wtfutil/wtf/wtf"
)
// MakeData - Create sample data

View File

@ -1,10 +1,9 @@
package wtf_tests
package wtf
import (
"testing"
. "github.com/stretchr/testify/assert"
. "github.com/wtfutil/wtf/wtf"
)
func Test_ASCIItoTviewColors(t *testing.T) {

View File

@ -1,11 +1,10 @@
package wtf_tests
package wtf
import (
"testing"
"time"
. "github.com/stretchr/testify/assert"
. "github.com/wtfutil/wtf/wtf"
)
func TestIsToday(t *testing.T) {

View File

@ -1,10 +1,9 @@
package wtf_tests
package wtf
import (
"testing"
. "github.com/stretchr/testify/assert"
. "github.com/wtfutil/wtf/wtf"
)
/* -------------------- CenterText() -------------------- */