summaryrefslogtreecommitdiff
path: root/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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