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:
parent
c17678013d
commit
a1aafbeade
@ -1,10 +1,9 @@
|
|||||||
package bargraph_test
|
package wtf
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
. "github.com/stretchr/testify/assert"
|
. "github.com/stretchr/testify/assert"
|
||||||
. "github.com/wtfutil/wtf/wtf"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// MakeData - Create sample data
|
// MakeData - Create sample data
|
@ -1,10 +1,9 @@
|
|||||||
package wtf_tests
|
package wtf
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
. "github.com/stretchr/testify/assert"
|
. "github.com/stretchr/testify/assert"
|
||||||
. "github.com/wtfutil/wtf/wtf"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func Test_ASCIItoTviewColors(t *testing.T) {
|
func Test_ASCIItoTviewColors(t *testing.T) {
|
@ -1,11 +1,10 @@
|
|||||||
package wtf_tests
|
package wtf
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"testing"
|
"testing"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
. "github.com/stretchr/testify/assert"
|
. "github.com/stretchr/testify/assert"
|
||||||
. "github.com/wtfutil/wtf/wtf"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestIsToday(t *testing.T) {
|
func TestIsToday(t *testing.T) {
|
@ -1,10 +1,9 @@
|
|||||||
package wtf_tests
|
package wtf
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
. "github.com/stretchr/testify/assert"
|
. "github.com/stretchr/testify/assert"
|
||||||
. "github.com/wtfutil/wtf/wtf"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
/* -------------------- CenterText() -------------------- */
|
/* -------------------- CenterText() -------------------- */
|
Loading…
x
Reference in New Issue
Block a user