Branch: refs/heads/master
  Home:   https://github.com/btcsuite/btcd
  Commit: 59a3fc2f661a332d386e68f5f8ef3bf1d6d5a02a
      
https://github.com/btcsuite/btcd/commit/59a3fc2f661a332d386e68f5f8ef3bf1d6d5a02a
  Author: Dave Collins <da...@conformal.com>
  Date:   2016-10-20 (Thu, 20 Oct 2016)

  Changed paths:
    M txscript/engine_test.go
    R txscript/internal_test.go
    M txscript/log_test.go
    M txscript/reference_test.go
    M txscript/script_test.go
    M txscript/scriptbuilder_test.go
    M txscript/sign_test.go
    M txscript/standard_test.go

  Log Message:
  -----------
  txscript: Consolidate tests into txscript package.

Putting the test code in the same package makes it easier for forks
since they don't have to change the import paths as much and it also
gets rid of the need for internal_test.go to bridge.

Also, do some light cleanup on a few tests while here.


Reply via email to