git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* How does the Git community test each version of Git?
@ 2020-03-01 15:48 rm techup1
  2020-03-01 16:33 ` Christian Couder
  0 siblings, 1 reply; 2+ messages in thread
From: rm techup1 @ 2020-03-01 15:48 UTC (permalink / raw)
  To: git

Hi there,


Can someone point out as to where I can find the Regression testing
scenarios for Git?

I`m also interested in learning more about how Git is tested before
every [Major] Release.

I would be glad if I can at least get a starting point to explore the
answers to above questions.


Thanks!
Rmtechup1

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: How does the Git community test each version of Git?
  2020-03-01 15:48 How does the Git community test each version of Git? rm techup1
@ 2020-03-01 16:33 ` Christian Couder
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Couder @ 2020-03-01 16:33 UTC (permalink / raw)
  To: rm techup1; +Cc: git

Hi,

On Sun, Mar 1, 2020 at 4:53 PM rm techup1 <rmtechup1@gmail.com> wrote:

> Can someone point out as to where I can find the Regression testing
> scenarios for Git?

All the tests are in the t/ directory.

> I`m also interested in learning more about how Git is tested before
> every [Major] Release.

There is t/README, t/interop/README and t/perf/README.

> I would be glad if I can at least get a starting point to explore the
> answers to above questions.

You might also be interested in https://github.com/chriscool/sharness/
if you want to use a similar test framework.

Best,
Christian.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-03-01 16:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-01 15:48 How does the Git community test each version of Git? rm techup1
2020-03-01 16:33 ` Christian Couder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).