TestIssues

package
v2.8.24 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 23, 2025 License: MIT Imports: 8 Imported by: 0

README

How to use

define env vars:
  • USER=username
  • PASSWORD=your_password
  • SERVER=ip or servername
  • PORT=default 1521
  • SERVICE=service_name
  • SSL=TRUE if your connection is secure otherwise false
  • WALLET=path to wallet should be present if SSL=TRUE
test all issue

run test for entire folder

test only some issues or feature
  • create new folder
  • copy global_var.go
  • copy required test files
  • run test on the folder

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Execuer

type Execuer interface {
	Exec(query string, args ...any) (sql.Result, error)
	Prepare(query string) (*sql.Stmt, error)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL