github.com/gnolang/gno@v0.0.0-20240520182011-228e9d0192ce/gnovm/tests/stdlibs/README.md (about)

     1  # tests/stdlibs
     2  
     3  This directory contains test-specific standard libraries. These are only
     4  available when testing gno code in `_test.gno` and `_filetest.gno` files.
     5  Re-declarations of functions already existing override the definitions of the
     6  normal stdlibs directory.