summaryrefslogtreecommitdiff
path: root/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adjust to conventional Makefile skeletonEuAndreh2024-10-201-7/+0
|
* Add tests for assert functionsEuAndreh2024-10-171-38/+207
|
* src/gobang.go: Add WrapErrors()EuAndreh2024-10-171-0/+29
|
* src/gobang.go: ValidSQLTablePrefix() -> ValidateSQLTablePrefix()EuAndreh2024-10-131-5/+8
|
* s/ErrorIf/TErrorIf/gEuAndreh2024-10-061-38/+38
|
* src/gobang.go: Change Some{,Fn}Error() to receive varargs over arrayEuAndreh2024-10-061-29/+6
| | | | | Only to improve usability, e.g. no need to declare a [](func() error) variable.
* s/AssertEqual/TAssertEqual/gEuAndreh2024-09-271-92/+92
|
* tests/gobang.go: Use d["k"].(cast) over "_, ok := ..." patternEuAndreh2024-09-271-213/+39
|
* src/gobang.go: Add SQLiteNow const and ValidSQLTablePrefix()EuAndreh2024-09-271-0/+33
|
* src/gobang.go: Turn private sourceInfoSkip const into public SourceInfoSkip ↵EuAndreh2024-09-271-0/+4
| | | | variable
* src/gobang.go: Increase sourceInfoSkip from 3 to 4EuAndreh2024-09-251-2/+2
|
* src/gobang.go: Remove return value from Timed() thunkEuAndreh2024-09-251-16/+1
|
* src/gobang.go: Support static and dynamic args in MaeCounter()EuAndreh2024-09-251-0/+24
|
* src/gobang.go: Add Timed()EuAndreh2024-09-251-0/+50
|
* src/gobang.go: Add SomeError() and SomeFnError()EuAndreh2024-09-231-0/+78
|
* Use Hash() from scrypt packageEuAndreh2024-09-131-398/+1
|
* Use uuid from guuid packageEuAndreh2024-09-121-121/+7
|
* src/gobang.go: Export SetLoggerOutput()EuAndreh2024-09-071-15/+15
|
* src/gobang.go: Add SetLevel()EuAndreh2024-09-021-5/+28
|
* src/gobang.go: Add args to Init() to logEuAndreh2024-08-151-0/+20
|
* Add tests/libbuild.goEuAndreh2024-08-141-0/+7
|
* mv tests/gobang_main.go tests/main.goEuAndreh2024-08-081-0/+0
|
* tests/gobang.go: Add tests for most missing functionsEuAndreh2024-08-081-25/+589
|
* tests/gobang.go: Add tests to more functionsEuAndreh2024-08-061-0/+158
|
* Run in parallel slow testsEuAndreh2024-08-061-1/+33
|
* tests/gobang.go: Add tests for Random(), Salt() and Hash()EuAndreh2024-08-061-0/+40
|
* Add tests for UUID functionsEuAndreh2024-08-061-3/+123
|
* Start using TestStart() and Testing()EuAndreh2024-08-052-54/+63
|
* Makefile: Build with "go tool compile" and "go tool link"EuAndreh2024-08-052-16/+21
|
* rm tests/cli-opts.shEuAndreh2024-08-031-4/+0
|
* Reorder codeEuAndreh2024-07-221-82/+78
|
* Copy code from x/golang/scrypt: get scrypt(), and also import testsEuAndreh2024-07-101-0/+311
|
* Initial implementation: include code from papodEuAndreh2024-05-162-0/+57