summaryrefslogtreecommitdiff
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* tests/fuzz/heredoc/gobang.go: Add invariant property to the testEuAndreh2025-05-161-1/+5
* Revamp Heredoc(), add fuzz to prevent panicsEuAndreh2025-05-139-7/+102
* src/gobang.go: Add Heredoc()EuAndreh2025-05-101-0/+33
* src/gobang.go: Add ExitIf()EuAndreh2025-05-041-0/+34
* src/gobang.go: Properly namespace LogLevel enum valuesEuAndreh2025-05-041-25/+25
* re s/guuid/uuid/gEuAndreh2025-05-031-6/+6
* src/gobang.go: Add TMust()EuAndreh2025-02-231-0/+43
* src/gobang.go: Add SetT type alongside SetOf() and Contains() functionsEuAndreh2025-02-231-0/+39
* src/gobang.go: Add simplistic implementation of Map() and Filter()EuAndreh2025-02-141-0/+93
* src/gobang.go: Add PanicIf() companion to Must()EuAndreh2025-02-111-0/+22
* src/gobang.go: Add generic function Must()EuAndreh2025-02-111-0/+27
* src/gobang.go: Add "assertion failed: " prefix to assert error messageEuAndreh2025-01-251-2/+5
* Add tests for panicky functionsEuAndreh2025-01-151-11/+324
* src/gobang.go: Add Clamp()EuAndreh2024-12-301-0/+28
* src/gobang.go: Deal with nil functions in SomeFnError argumentsEuAndreh2024-11-021-0/+11
* 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
* 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 v...EuAndreh2024-09-271-0/+4
* 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