Bug 1336166 (golang-github-technoweenie-assert)

Summary: Review Request: golang-github-technoweenie-assert - Asserts to Go testomg
Product: [Fedora] Fedora Reporter: Igor Gnatenko <ignatenko>
Component: Package ReviewAssignee: Jan Chaloupka <jchaloup>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: jchaloup, package-review, quantum.analyst
Target Milestone: ---Flags: jchaloup: fedora-review?
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-11-19 10:02:38 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Igor Gnatenko 2016-05-15 01:45:38 UTC
Spec URL: https://ignatenkobrain.fedorapeople.org/for-review/golang-github-technoweenie-assert.spec
SRPM URL: https://ignatenkobrain.fedorapeople.org/for-review/golang-github-technoweenie-assert-0-0.1.gitb25ea30.fc25.src.rpm
Description: Asserts to Go testing.
Fedora Account System Username: ignatenkobrain

Comment 1 Jan Chaloupka 2016-07-11 09:46:16 UTC
Does not make much sense to package this. It is a fork https://github.com/bmizerany/assert. https://github.com/technoweenie/assert does not provide any new functionality. I would recommend to change all imports prefixed with github.com/technoweenie/assert to be prefixed with github.com/bmizerany/assert.

Comment 2 Elliott Sales de Andrade 2017-02-12 06:16:50 UTC
The bmizerany repo has a note that it's unmaintained and the Go testing package should be used instead. I don't know what that means for the technoweenie fork.

It appears to me that git-lfs is using https://github.com/stretchr/testify now, so this package might not be needed.

Comment 3 Elliott Sales de Andrade 2017-11-18 23:36:31 UTC
There appears to be no need for this now?