Skip to content

pullrequests Search Results · repo:codewars/python-test-framework language:Python

Filter by

19 results
 (136 ms)

19 results

incodewars/python-test-framework (press backspace or delete to remove)

A minor change which gracefully handles AssertException thrown by assertions from inside of test cases decorated with @test.it. The fix should allow authors to use allow_raise = True in a way which does ...
  • hobovsky
  • Opened 
    on Jul 28, 2023
  • #27

To use codewars_test locally, I need to install it. I had to search the web for the necessary command and URL format, and I thought it would be nice to have the command directly here in the readme.
  • jcsahnwaldt
  • Opened 
    on Aug 11, 2022
  • #25

- removed the use of test.expect_no_error inside the timeout utility: - done manually , allowing to handle data passed to the thread - consequence: DOCS need an update because there ...
  • Blind4Basics
  • 2
  • Opened 
    on Jun 29, 2021
  • #21

I got a different kind of error, locally, and could get the stdout properly with this. new error is: Traceback (most recent call last): File .../GitHub/python-test-framework/tests/test_outputs.py ...
  • Blind4Basics
  • 12
  • Opened 
    on May 18, 2021
  • #18

previously: when execting a specific error, if any other error is ancountered, the test fails without any useful feedback suggestion: added {actual error} should be {expected error} to the message note: ...
  • Blind4Basics
  • 10
  • Opened 
    on May 10, 2021
  • #16

previously: when execting a specific error, if any other error is ancountered, the test fails without any useful feedback suggestion: added {actual error} should be {expected error} to the message ...
  • Blind4Basics
  • 2
  • Opened 
    on May 10, 2021
  • #15

enhancing the feeback of expect_error on failure (telling what the unexpected exception is on failure)
  • Blind4Basics
  • 2
  • Opened 
    on May 9, 2021
  • #14