Skip to content

gonzojive/go_example_failed_plugin_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of difficulty testing plugins

This project contains an example of a potential strange interaction between go test and plugins.

Reproduction:

go test codeloader/codeloader*.go

The plugin is able to affect a package imported by the test package, but multiple copies of the package under test appear to be instantiated.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages