Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
blacksails
/
ginkgo
Public
forked from
onsi/ginkgo
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
ginkgo
ginkgo
on
runlists
User selector
All users
All time
Commit history
Commits on Jul 8, 2016
support writing and rerunning failure files
onsi
committed
75b3bf4
View commit details
Copy full SHA for 75b3bf4
View code at this point
Browse repository at this point
Commits on Jul 5, 2016
Add Solaris support (#264)
jdeppe-pivotal
authored and
Onsi Fakhouri
committed
16c3879
View commit details
Copy full SHA for 16c3879
View code at this point
Browse repository at this point
Commits on Jun 13, 2016
Fix misspelling
kwadrat
committed
5d0fa18
View commit details
Copy full SHA for 5d0fa18
View code at this point
Browse repository at this point
Commits on May 8, 2016
Fixed spelling error help command instructions
apvail
authored and
iamralch
committed
279f213
View commit details
Copy full SHA for 279f213
View code at this point
Browse repository at this point
Commits on Apr 9, 2016
Fix go16 vendor
Show description for 2c2e9bb
james-lawrence
authored and
onsi
committed
2c2e9bb
View commit details
Copy full SHA for 2c2e9bb
View code at this point
Browse repository at this point
Commits on Apr 5, 2016
support using regular package name
James Lawrence
committed
c94f732
View commit details
Copy full SHA for c94f732
View code at this point
Browse repository at this point
Commits on Feb 19, 2016
fix compilation on older versions of go
onsi
committed
ac3d45d
View commit details
Copy full SHA for ac3d45d
View code at this point
Browse repository at this point
Commits on Feb 18, 2016
fix issue where packages that reference vendored dependencies weren't compiling
onsi
committed
be259a1
View commit details
Copy full SHA for be259a1
View code at this point
Browse repository at this point
Commits on Dec 19, 2015
Merge pull request #204 from xeger/go15vendorexperiment
Show description for e43390e
onsi
committed
e43390e
View commit details
Copy full SHA for e43390e
View code at this point
Browse repository at this point
Commits on Dec 16, 2015
Support go 1.4; as a side effect, be a bit more strict about GO15VENDOREXPERIMENT=1
Tony Spataro
committed
cdad21d
View commit details
Copy full SHA for cdad21d
View code at this point
Browse repository at this point
Commits on Dec 15, 2015
Support GO15VENDOREXPERIMENT by ignoring vendored test suites. Fixes #187.
Tony Spataro
committed
490b6b7
View commit details
Copy full SHA for 490b6b7
View code at this point
Browse repository at this point
Commits on Dec 2, 2015
Close file handles to prevent test suite from failing when trying the os.RemoveAll operation in AfterEach on Windows
Chris Stockton
committed
dad35cd
View commit details
Copy full SHA for dad35cd
View code at this point
Browse repository at this point
Commits on Nov 26, 2015
ginkgo unfocus works for DescribeTable and Entry
Show description for 4e84bbf
dprotaso
authored and
Ergin Babani
committed
4e84bbf
View commit details
Copy full SHA for 4e84bbf
View code at this point
Browse repository at this point
Commits on Oct 8, 2015
Preserve permissions when copying compiled test file.
robdimsdale
committed
e1b0dc1
View commit details
Copy full SHA for e1b0dc1
View code at this point
Browse repository at this point
Chmod the destination, not the source of compiled test.
robdimsdale
committed
5f18ab9
View commit details
Copy full SHA for 5f18ab9
View code at this point
Browse repository at this point
Ensure permissions are set correctly when copying compiled file.
robdimsdale
committed
21d7d72
View commit details
Copy full SHA for 21d7d72
View code at this point
Browse repository at this point
Commits on Oct 7, 2015
Only return error from copying file if it is non-nil.
Show description for 9f5dab4
robdimsdale
committed
9f5dab4
View commit details
Copy full SHA for 9f5dab4
View code at this point
Browse repository at this point
TestRunner copies compiled file if moving it fails.
Show description for 247da32
robdimsdale
committed
247da32
View commit details
Copy full SHA for 247da32
View code at this point
Browse repository at this point
Commits on Jun 27, 2015
fix error message when package fails to build
lucas-clemente
committed
da05f43
View commit details
Copy full SHA for da05f43
View code at this point
Browse repository at this point
Commits on May 31, 2015
Restore compatibility with go < 1.4
fgrosse
committed
52a3a39
View commit details
Copy full SHA for 52a3a39
View code at this point
Browse repository at this point
Commits on May 25, 2015
Merge pull request #152 from johnnadratowski/suite-command
Show description for c5c7614
onsi
committed
c5c7614
View commit details
Copy full SHA for c5c7614
View code at this point
Browse repository at this point
Commits on May 21, 2015
Changed --command to --afterSuiteHook
johnnadratowski
committed
a611f9b
View commit details
Copy full SHA for a611f9b
View code at this point
Browse repository at this point
Commits on May 11, 2015
Added coverpkg test in other places
johnnadratowski
committed
0101cb8
View commit details
Copy full SHA for 0101cb8
View code at this point
Browse repository at this point
Always run coverage if coverpkg given
johnnadratowski
committed
3a3848f
View commit details
Copy full SHA for 3a3848f
View code at this point
Browse repository at this point
Finished adding coverpkg in a couple of spots
johnnadratowski
committed
5a05cc4
View commit details
Copy full SHA for 5a05cc4
View code at this point
Browse repository at this point
Added support for coverpkg flag
johnnadratowski
committed
e355eae
View commit details
Copy full SHA for e355eae
View code at this point
Browse repository at this point
Merged upstream master. Fixed conflicts. Removed test focus.
johnnadratowski
committed
363dc2c
View commit details
Copy full SHA for 363dc2c
View code at this point
Browse repository at this point
Added suite command output to stdout
johnnadratowski
committed
e238066
View commit details
Copy full SHA for e238066
View code at this point
Browse repository at this point
Commits on May 3, 2015
improve concurrenct compilation
Show description for 7ad85ad
onsi
committed
7ad85ad
View commit details
Copy full SHA for 7ad85ad
View code at this point
Browse repository at this point
Commits on May 2, 2015
mention that notify works on OS X and Linux
onsi
committed
1bf309f
View commit details
Copy full SHA for 1bf309f
View code at this point
Browse repository at this point
compile tests into tempdir. requires go1.4+
onsi
committed
5075acd
View commit details
Copy full SHA for 5075acd
View code at this point
Browse repository at this point
Merge pull request #154 from johnnadratowski/notify-send-support
Show description for 72663e4
onsi
committed
72663e4
View commit details
Copy full SHA for 72663e4
View code at this point
Browse repository at this point
Commits on May 1, 2015
Added notify-send support
johnnadratowski
committed
28efa4e
View commit details
Copy full SHA for 28efa4e
View code at this point
Browse repository at this point
Commits on Apr 24, 2015
Use two dashes for test.timeout argument.
Show description for 7cceec8
ixdy
committed
7cceec8
View commit details
Copy full SHA for 7cceec8
View code at this point
Browse repository at this point
Commits on Apr 23, 2015
Something something something. I have to start reading my own comments
johnnadratowski
committed
2235160
View commit details
Copy full SHA for 2235160
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.