mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-31 13:12:25 -05:00 
			
		
		
		
	[chore]: Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#1618)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.1 to 1.8.2. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.8.1...v1.8.2) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
		
					parent
					
						
							
								86dafa6871
							
						
					
				
			
			
				commit
				
					
						e448260e86
					
				
			
		
					 6 changed files with 73 additions and 49 deletions
				
			
		
							
								
								
									
										13
									
								
								vendor/github.com/stretchr/testify/suite/interfaces.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										13
									
								
								vendor/github.com/stretchr/testify/suite/interfaces.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -7,6 +7,7 @@ import "testing" | |||
| type TestingSuite interface { | ||||
| 	T() *testing.T | ||||
| 	SetT(*testing.T) | ||||
| 	SetS(suite TestingSuite) | ||||
| } | ||||
| 
 | ||||
| // SetupAllSuite has a SetupSuite method, which will run before the | ||||
|  | @ -51,3 +52,15 @@ type AfterTest interface { | |||
| type WithStats interface { | ||||
| 	HandleStats(suiteName string, stats *SuiteInformation) | ||||
| } | ||||
| 
 | ||||
| // SetupSubTest has a SetupSubTest method, which will run before each | ||||
| // subtest in the suite. | ||||
| type SetupSubTest interface { | ||||
| 	SetupSubTest() | ||||
| } | ||||
| 
 | ||||
| // TearDownSubTest has a TearDownSubTest method, which will run after | ||||
| // each subtest in the suite have been run. | ||||
| type TearDownSubTest interface { | ||||
| 	TearDownSubTest() | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue