Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

License

NotificationsYou must be signed in to change notification settings

chzyer/test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

A Go library designed to enhance testing capabilities. It provides advanced features for writing and managing test cases, aiming to improve the efficiency and comprehensiveness of software testing.

Features

  • Advanced testing mechanisms
  • Easy integration with existing Go projects
  • Improved test case management

Usage

Provide a quick start guide and examples of how to use the library in Go projects.

func TestMemDisk(t *testing.T) {    defer New(t)    md := NewMemDisk()    WriteAt(md, []byte("hello"), 4)        h := make([]byte, 5)    n, err := md.ReadAt(h, 3)    // Verify the operation}

Contributing

Guidelines for contributing to the project, including how to propose changes and submit pull requests.

License

Released under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp