Skip to content

Commit

Permalink
commente le test qui utilise des fichiers ressources pas encore anony…
Browse files Browse the repository at this point in the history
…misés
  • Loading branch information
Raphaël Squelbut committed Nov 25, 2023
1 parent e4f1242 commit 1fa7b00
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions tools/altares/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,16 @@ import (
"reflect"
"runtime"
"testing"

"github.com/stretchr/testify/require"
)

func Test_convertAndConcat(t *testing.T) {
output, err := os.CreateTemp(t.TempDir(), "output_*.csv")
require.NoError(t, err)
convertAndConcat(
[]string{"resources/SF_DATA_20230706.txt", "resources/S_202011095834-3_202310020319.csv", "resources/S_202011095834-3_202311010315.csv"},
output,
)
}
//func Test_convertAndConcat(t *testing.T) {
// output, err := os.CreateTemp(t.TempDir(), "output_*.csv")
// require.NoError(t, err)
// convertAndConcat(
// []string{"resources/SF_DATA_20230706.txt", "resources/S_202011095834-3_202310020319.csv", "resources/S_202011095834-3_202311010315.csv"},
// output,
// )
//}

func Test_readArgs(t *testing.T) {
_, here, _, _ := runtime.Caller(0)
Expand Down

0 comments on commit 1fa7b00

Please sign in to comment.