mirror of
https://github.com/ddworken/hishtory.git
synced 2025-08-09 23:17:55 +02:00
Add more comprehensive support for test sharding
This commit is contained in:
@ -366,17 +366,3 @@ func stripRequiredPrefix(t *testing.T, out, prefix string) string {
|
||||
func stripTuiCommandPrefix(t *testing.T, out string) string {
|
||||
return stripRequiredPrefix(t, out, "hishtory tquery")
|
||||
}
|
||||
|
||||
func tagAsBasicTest(t *testing.T) {
|
||||
s := os.Getenv("SPLIT_TESTS")
|
||||
if s != "" && s != "BASIC" {
|
||||
t.Skip()
|
||||
}
|
||||
}
|
||||
|
||||
func tagAsTuiTest(t *testing.T) {
|
||||
s := os.Getenv("SPLIT_TESTS")
|
||||
if s != "" && s != "TUI" {
|
||||
t.Skip()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user