TestFromTestpy

This commit is contained in:
xushiwei
2024-05-12 11:13:04 +08:00
parent 0912f1f509
commit fbb2150d88

View File

@@ -23,7 +23,7 @@ import (
) )
func TestFromTestpy(t *testing.T) { func TestFromTestpy(t *testing.T) {
cltest.FromDir(t, "", "../cl/_testpy", true) cltest.FromDir(t, "", "../cl/_testpy", false)
} }
func TestFromTestrt(t *testing.T) { func TestFromTestrt(t *testing.T) {