Home
last modified time | relevance | path

Searched refs:TestScript (Results 1 – 25 of 398) sorted by relevance

12345678910>>...16

/dports/net-mgmt/netbox/netbox-3.0.12/netbox/extras/tests/
H A Dtest_scripts.py65 class TestScript(Script): class
99 class TestScript(Script): class
111 class TestScript(Script): class
138 class TestScript(Script): class
156 class TestScript(Script): class
175 class TestScript(Script): class
200 class TestScript(Script): class
218 class TestScript(Script): class
238 class TestScript(Script): class
256 class TestScript(Script): class
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/rogpeppe/go-internal/testscript/
H A Dcmd.go29 "cd": (*TestScript).cmdCd,
30 "chmod": (*TestScript).cmdChmod,
31 "cmp": (*TestScript).cmdCmp,
33 "cp": (*TestScript).cmdCp,
34 "env": (*TestScript).cmdEnv,
35 "exec": (*TestScript).cmdExec,
37 "grep": (*TestScript).cmdGrep,
39 "rm": (*TestScript).cmdRm,
41 "skip": (*TestScript).cmdSkip,
45 "stop": (*TestScript).cmdStop,
[all …]
H A Dtestscript.go55 ts *TestScript
225 ts := &TestScript{
253 type TestScript struct { struct
290 func (ts *TestScript) setup() string { argument
348 func (ts *TestScript) run() { argument
504 func (ts *TestScript) applyScriptUpdates() { argument
574 func (ts *TestScript) abbrev(s string) string { argument
588 func (ts *TestScript) Defer(f func()) { argument
597 func (ts *TestScript) Check(err error) { argument
711 func (ts *TestScript) expand(s string) string { argument
[all …]
H A Dtestscript_test.go137 Cmds: map[string]func(ts *TestScript, neg bool, args []string){
142 "testdefer": func(ts *TestScript, neg bool, args []string) {
152 "setup-filenames": func(ts *TestScript, neg bool, want []string) {
158 "test-values": func(ts *TestScript, neg bool, args []string) {
169 "testreadfile": func(ts *TestScript, neg bool, args []string) {
179 "testscript-update": func(ts *TestScript, neg bool, args []string) {
329 func setSpecialVal(ts *TestScript, neg bool, args []string) { argument
333 func ensureSpecialVal(ts *TestScript, neg bool, args []string) { argument
342 func interrupt(ts *TestScript, neg bool, args []string) { argument
356 func waitFile(ts *TestScript, neg bool, args []string) { argument
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/rogpeppe/go-internal/testscript/
H A Dcmd.go29 "cd": (*TestScript).cmdCd,
30 "chmod": (*TestScript).cmdChmod,
31 "cmp": (*TestScript).cmdCmp,
33 "cp": (*TestScript).cmdCp,
34 "env": (*TestScript).cmdEnv,
35 "exec": (*TestScript).cmdExec,
37 "grep": (*TestScript).cmdGrep,
39 "rm": (*TestScript).cmdRm,
41 "skip": (*TestScript).cmdSkip,
45 "stop": (*TestScript).cmdStop,
[all …]
H A Dtestscript.go55 ts *TestScript
225 ts := &TestScript{
253 type TestScript struct { struct
290 func (ts *TestScript) setup() string { argument
363 func (ts *TestScript) run() { argument
519 func (ts *TestScript) applyScriptUpdates() { argument
589 func (ts *TestScript) abbrev(s string) string { argument
603 func (ts *TestScript) Defer(f func()) { argument
612 func (ts *TestScript) Check(err error) { argument
726 func (ts *TestScript) expand(s string) string { argument
[all …]
H A Dtestscript_test.go139 Cmds: map[string]func(ts *TestScript, neg bool, args []string){
144 "testdefer": func(ts *TestScript, neg bool, args []string) {
154 "setup-filenames": func(ts *TestScript, neg bool, want []string) {
160 "test-values": func(ts *TestScript, neg bool, args []string) {
171 "testreadfile": func(ts *TestScript, neg bool, args []string) {
181 "testscript": func(ts *TestScript, neg bool, args []string) {
339 func setSpecialVal(ts *TestScript, neg bool, args []string) { argument
343 func ensureSpecialVal(ts *TestScript, neg bool, args []string) { argument
352 func interrupt(ts *TestScript, neg bool, args []string) { argument
366 func waitFile(ts *TestScript, neg bool, args []string) { argument
[all …]
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/rogpeppe/go-internal/testscript/
H A Dcmd.go29 "cd": (*TestScript).cmdCd,
30 "chmod": (*TestScript).cmdChmod,
31 "cmp": (*TestScript).cmdCmp,
33 "cp": (*TestScript).cmdCp,
34 "env": (*TestScript).cmdEnv,
35 "exec": (*TestScript).cmdExec,
37 "grep": (*TestScript).cmdGrep,
39 "rm": (*TestScript).cmdRm,
41 "skip": (*TestScript).cmdSkip,
45 "stop": (*TestScript).cmdStop,
[all …]
H A Dtestscript.go55 ts *TestScript
225 ts := &TestScript{
253 type TestScript struct { struct
290 func (ts *TestScript) setup() string { argument
363 func (ts *TestScript) run() { argument
519 func (ts *TestScript) applyScriptUpdates() { argument
589 func (ts *TestScript) abbrev(s string) string { argument
603 func (ts *TestScript) Defer(f func()) { argument
612 func (ts *TestScript) Check(err error) { argument
726 func (ts *TestScript) expand(s string) string { argument
[all …]
H A Dtestscript_test.go139 Cmds: map[string]func(ts *TestScript, neg bool, args []string){
144 "testdefer": func(ts *TestScript, neg bool, args []string) {
154 "setup-filenames": func(ts *TestScript, neg bool, want []string) {
160 "test-values": func(ts *TestScript, neg bool, args []string) {
171 "testreadfile": func(ts *TestScript, neg bool, args []string) {
181 "testscript": func(ts *TestScript, neg bool, args []string) {
339 func setSpecialVal(ts *TestScript, neg bool, args []string) { argument
343 func ensureSpecialVal(ts *TestScript, neg bool, args []string) { argument
352 func interrupt(ts *TestScript, neg bool, args []string) { argument
366 func waitFile(ts *TestScript, neg bool, args []string) { argument
[all …]
/dports/security/gopass/gopass-1.13.0/vendor/github.com/rogpeppe/go-internal/testscript/
H A Dcmd.go29 "cd": (*TestScript).cmdCd,
30 "chmod": (*TestScript).cmdChmod,
31 "cmp": (*TestScript).cmdCmp,
33 "cp": (*TestScript).cmdCp,
34 "env": (*TestScript).cmdEnv,
35 "exec": (*TestScript).cmdExec,
37 "grep": (*TestScript).cmdGrep,
39 "rm": (*TestScript).cmdRm,
41 "skip": (*TestScript).cmdSkip,
45 "stop": (*TestScript).cmdStop,
[all …]
H A Dtestscript.go55 ts *TestScript
225 ts := &TestScript{
253 type TestScript struct { struct
290 func (ts *TestScript) setup() string { argument
363 func (ts *TestScript) run() { argument
519 func (ts *TestScript) applyScriptUpdates() { argument
589 func (ts *TestScript) abbrev(s string) string { argument
603 func (ts *TestScript) Defer(f func()) { argument
612 func (ts *TestScript) Check(err error) { argument
726 func (ts *TestScript) expand(s string) string { argument
[all …]
H A Dtestscript_test.go139 Cmds: map[string]func(ts *TestScript, neg bool, args []string){
144 "testdefer": func(ts *TestScript, neg bool, args []string) {
154 "setup-filenames": func(ts *TestScript, neg bool, want []string) {
160 "test-values": func(ts *TestScript, neg bool, args []string) {
171 "testreadfile": func(ts *TestScript, neg bool, args []string) {
181 "testscript": func(ts *TestScript, neg bool, args []string) {
339 func setSpecialVal(ts *TestScript, neg bool, args []string) { argument
343 func ensureSpecialVal(ts *TestScript, neg bool, args []string) { argument
352 func interrupt(ts *TestScript, neg bool, args []string) { argument
366 func waitFile(ts *TestScript, neg bool, args []string) { argument
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/rogpeppe/go-internal/testscript/
H A Dcmd.go29 "cd": (*TestScript).cmdCd,
30 "chmod": (*TestScript).cmdChmod,
31 "cmp": (*TestScript).cmdCmp,
33 "cp": (*TestScript).cmdCp,
34 "env": (*TestScript).cmdEnv,
35 "exec": (*TestScript).cmdExec,
37 "grep": (*TestScript).cmdGrep,
39 "rm": (*TestScript).cmdRm,
41 "skip": (*TestScript).cmdSkip,
45 "stop": (*TestScript).cmdStop,
[all …]
H A Dtestscript.go55 ts *TestScript
225 ts := &TestScript{
253 type TestScript struct { struct
290 func (ts *TestScript) setup() string { argument
363 func (ts *TestScript) run() { argument
519 func (ts *TestScript) applyScriptUpdates() { argument
589 func (ts *TestScript) abbrev(s string) string { argument
603 func (ts *TestScript) Defer(f func()) { argument
612 func (ts *TestScript) Check(err error) { argument
726 func (ts *TestScript) expand(s string) string { argument
[all …]
H A Dtestscript_test.go139 Cmds: map[string]func(ts *TestScript, neg bool, args []string){
144 "testdefer": func(ts *TestScript, neg bool, args []string) {
154 "setup-filenames": func(ts *TestScript, neg bool, want []string) {
160 "test-values": func(ts *TestScript, neg bool, args []string) {
171 "testreadfile": func(ts *TestScript, neg bool, args []string) {
181 "testscript": func(ts *TestScript, neg bool, args []string) {
339 func setSpecialVal(ts *TestScript, neg bool, args []string) { argument
343 func ensureSpecialVal(ts *TestScript, neg bool, args []string) { argument
352 func interrupt(ts *TestScript, neg bool, args []string) { argument
366 func waitFile(ts *TestScript, neg bool, args []string) { argument
[all …]
/dports/devel/p5-Test-Assertions/Test-Assertions-1.054/lib/Test/Assertions/
H A DTestScript.pm1 package Test::Assertions::TestScript;
45 …import Log::Trace unless ($Test::Assertions::TestScript::TRACE || $Test::Assertions::TestScript::T…
46 import Log::Trace 'print' => { Deep => 0 } if $Test::Assertions::TestScript::TRACE;
47 import Log::Trace 'print' => { Deep => 1 } if $Test::Assertions::TestScript::TRACE_DEEP;
48 foreach (@Test::Assertions::TestScript::TRACE_MODULE) {
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/test/
H A DTestScript.java36 public class TestScript extends TestBase {
120 public TestScript(String name) {
138 TestScript ts = new TestScript("test");
/dports/sysutils/chezmoi/chezmoi-2.9.3/internal/cmd/
H A Dmain_test.go69 func TestScript(t *testing.T) { func
72 Cmds: map[string]func(*testscript.TestScript, bool, []string){
109 func cmdAppendLine(ts *testscript.TestScript, neg bool, args []string) { argument
126 func cmdChHome(ts *testscript.TestScript, neg bool, args []string) { argument
148 func cmdCmpMod(ts *testscript.TestScript, neg bool, args []string) { argument
173 func cmdEdit(ts *testscript.TestScript, neg bool, args []string) { argument
192 func cmdHTTPD(ts *testscript.TestScript, neg bool, args []string) { argument
205 func cmdIsSymlink(ts *testscript.TestScript, neg bool, args []string) { argument
222 func cmdMkFile(ts *testscript.TestScript, neg bool, args []string) { argument
457 func cmdReadLink(ts *testscript.TestScript, neg bool, args []string) { argument
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/rogpeppe/go-internal/cmd/testscript/
H A Dmain_test.go54 Cmds: map[string]func(ts *testscript.TestScript, neg bool, args []string){
66 func dropgofrompath(ts *testscript.TestScript, neg bool, args []string) { argument
86 func setfilegoproxy(ts *testscript.TestScript, neg bool, args []string) { argument
102 func expandone(ts *testscript.TestScript, neg bool, args []string) { argument
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/rogpeppe/go-internal/cmd/testscript/
H A Dmain_test.go54 Cmds: map[string]func(ts *testscript.TestScript, neg bool, args []string){
66 func dropgofrompath(ts *testscript.TestScript, neg bool, args []string) { argument
86 func setfilegoproxy(ts *testscript.TestScript, neg bool, args []string) { argument
102 func expandone(ts *testscript.TestScript, neg bool, args []string) { argument
/dports/security/gopass/gopass-1.13.0/vendor/github.com/rogpeppe/go-internal/cmd/testscript/
H A Dmain_test.go54 Cmds: map[string]func(ts *testscript.TestScript, neg bool, args []string){
66 func dropgofrompath(ts *testscript.TestScript, neg bool, args []string) { argument
86 func setfilegoproxy(ts *testscript.TestScript, neg bool, args []string) { argument
102 func expandone(ts *testscript.TestScript, neg bool, args []string) { argument
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/rogpeppe/go-internal/cmd/testscript/
H A Dmain_test.go54 Cmds: map[string]func(ts *testscript.TestScript, neg bool, args []string){
66 func dropgofrompath(ts *testscript.TestScript, neg bool, args []string) { argument
86 func setfilegoproxy(ts *testscript.TestScript, neg bool, args []string) { argument
102 func expandone(ts *testscript.TestScript, neg bool, args []string) { argument
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/rogpeppe/go-internal/cmd/testscript/
H A Dmain_test.go54 Cmds: map[string]func(ts *testscript.TestScript, neg bool, args []string){
66 func dropgofrompath(ts *testscript.TestScript, neg bool, args []string) { argument
85 func setfilegoproxy(ts *testscript.TestScript, neg bool, args []string) { argument
101 func expandone(ts *testscript.TestScript, neg bool, args []string) { argument
/dports/databases/py-rb/rb-1.9.0/tests/
H A Dtest_cluster.py243 TestScript = Script(cluster.get_local_client(0), "return {KEYS, ARGV}",)
249 actual_script_hash = TestScript.sha
250 TestScript.sha = None
256 (TestScript, ("key",), ("value",)),
261 (TestScript, ("key",), ("value",)),
267 assert TestScript.sha == actual_script_hash

12345678910>>...16