The Wayback Machine - https://web.archive.org/web/20201022085132/https://github.com/topics/test-framework
Skip to content
#

test-framework

Here are 542 public repositories matching this topic...

crinksdr
crinksdr commented Sep 17, 2020

If I create a test using a testcase source with a name "{m} (unique attribute)" and pass that test in through -testlist argument the test will not be discovered. If there is no space "{m}(unique attribute)" this works fine. The problem is in the TextRunner.MakeRunSetting when its building the prefilter list from the test list it is not trimming the sub string so the parent of the tests are not bei

ravi-mijar-au
ravi-mijar-au commented Aug 30, 2020

In a pact-node consumer test, I have -

describe('edit a policy', () => {
    const REQUEST_BODY = {
      name: 'account-holder',
      version: '2020-07-10T01:22:09.488Z',
    };
    const RESPONSE_BODY = {
      name: Matchers.like('account-holder'),
      version: Matchers.ISO8601_DATETIME_WITH_MILLIS_FORMAT,
      additionalAttributes: Matchers.like({}),
    };
    beforeEach(
bethesque
bethesque commented Jun 26, 2020

As part of the process of making the Pact docs more user friendly, we'd like to start writing feature documentation once, and providing code examples for each of the languages, rather than everyone having to write the same docs over and over again in each language.

The documentation for the consumer version selectors can be our first opportunity to give this approach a try. I have written the beh

tomato42
tomato42 commented Oct 14, 2020

New test script idea

What TLS message this idea relates to?

ClientKeyExchange

What TLS extension this idea relates to?

none

What is the behaviour the test script should test?

CVE-2012-5081 - Bleichenbacher oracle in Java

the test should send encrypted values with all possible lengths for a given key size, including 0-byte long, 1 byte long, 200 byte long encrypted

Improve this page

Add a description, image, and links to the test-framework topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the test-framework topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.