tests
Here are 1,323 public repositories matching this topic...
-
Updated
Feb 8, 2022 - JavaScript
-
Updated
Feb 2, 2022 - Go
-
Updated
Oct 29, 2019 - JavaScript
-
Updated
Feb 12, 2022 - JavaScript
-
Updated
Feb 10, 2022 - TypeScript
-
Updated
May 28, 2020 - Shell
-
Updated
Feb 11, 2022 - JavaScript
-
Updated
Sep 24, 2021
-
Updated
Nov 15, 2020 - TypeScript
-
Updated
May 10, 2021 - Kotlin
-
Updated
Feb 12, 2022 - JavaScript
The MSS settings
Let's say you've changed house/serializers.py. Would be nice to run the tests of house/test_serializers.py or even the tests that were related.
To keep in mind:
- There is an option on pytest to specify test paths
-
Updated
Jan 9, 2022 - Ruby
-
Updated
Feb 3, 2022 - Go
-
Updated
Dec 22, 2021 - JavaScript
-
Updated
Jan 12, 2022 - Java
Make the output, especially as generated by the macros TEST_CHECK(), TEST_MSG() and TEST_DUMP(), automatically adapt to the current terminal size, so that it looks good in a reasonably small terminal window but can use effectively more space if the terminal window is big.
This should involve:
- Explore what API is available for the purpose on the platform of your choice.
- A pre-pro
-
Updated
May 11, 2021 - Python
-
Updated
Mar 29, 2019 - JavaScript
-
Updated
Jan 24, 2022 - C#
-
Updated
Oct 9, 2021 - TypeScript
Improve this page
Add a description, image, and links to the tests topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tests topic, visit your repo's landing page and select "manage topics."
Current behavior
Currently some of our tests sometimes fail on
Cannot create property 'Symbol(ERR_PREPARED_FOR_SERIALIZATION)' on boolean 'true'It seems like the error itself is swallowed somehow? or there is no error to begin with and there is something wrong with the error parsing?
Desired behavior
No to fail the tests, and log a helpful error message
Test code to reprodu