Skip to content

pairwise-testing/typescript-covertable

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://circleci.com/gh/walkframe/covertable.svg?style=shield

It makes pairs covering pairs for pairwise testing.

Now there are 2 implementations:

Python:
TypeScript:

Go see the detail from these links.

Versioning

covertable may have a different version each implementation.

X.Y.Z

X:

Major version

When is this number increased?:

This lib has been added a new function to every implementations.

Y:

Minor version

When is this number increased?:

Bugs (or documents) in all implementations have been fixed.

Z:

Unique version

When is this number increased?:

A bug (or document) in either implementation has been fixed.

e.g. An implementation in Python is fixed: 1.0.0 -> 1.0.1

History

1.1.x:
  • Greedy sorter improved in both implementations.
    • It got increased in speed.
1.0.x:
  • First release 🎉

Note

It moved from twopairs.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 59.9%
  • Python 40.1%