-
Updated
Feb 9, 2021
quality-assurance
Here are 343 public repositories matching this topic...
-
Updated
Mar 2, 2022 - Python
-
Updated
Apr 20, 2022
-
Updated
Apr 22, 2022 - Java
-
Updated
Dec 5, 2021 - Python
-
Updated
Dec 23, 2021
-
Updated
Jan 11, 2021 - Python
Is your feature request related to a problem? Please describe.
All the data need to be logged. That's why I think that the logging must be added to the image-comparison.
Describe the solution you'd like
The solution is to add SLF4J based on Log4j 2.* version.
Describe alternatives you've considered
Instead of the Log4J can be used Logback or even JUL(java.util.logging).
Th
-
Updated
Oct 6, 2021 - HTML
-
Updated
Feb 26, 2022 - EJS
-
Updated
Mar 21, 2022 - Python
-
Updated
Apr 14, 2022 - Python
-
Updated
Apr 22, 2022 - C
-
Updated
Apr 22, 2022 - Python
-
Updated
Jul 16, 2019
-
Updated
Apr 24, 2017
-
Updated
Feb 7, 2022 - Java
Eg. the convention
TheAssembly.WithNameMatching("MyApp.DbUp")
.MustConformTo(Convention.MustHaveFilesBeEmbeddedResources(".sql"))
.WithFailureAssertion(Assert.Fail);
Does not detect files that have been imported like
<ItemGroup>
<EmbeddedResource Include="Scripts\*.sql" />
</ItemGroup>
-
Updated
Nov 23, 2021 - Java
-
Updated
Mar 29, 2022 - C#
-
Updated
Aug 1, 2019 - Shell
-
Updated
Sep 22, 2017
-
Updated
Mar 8, 2021 - PHP
Before adding a new testing tool, please follow the contributing guide:
- Search previous suggestions before making a new one, as yours may be a duplicate.
- Make an individual pull request for each suggestion.
- Chose the corresponding section.
- New categories or improvements to the existing categorization are welcome.
- Research if the tool you're including is actuall
-
Updated
Apr 18, 2022 - Java
-
Updated
Feb 22, 2020
-
Updated
Apr 9, 2022 - JavaScript
Hello,
I noticed that locations marked with not:brand:wikidata still show up on this check. That tag is suggested in ID editor to stop recommendations for businesses with similar names that are not part of the same brand. Is it possible to add that tag as a condition and exclude locations with the tag from the results?
item # 3130
class # 31301
-
Updated
Dec 31, 2020
Improve this page
Add a description, image, and links to the quality-assurance topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the quality-assurance topic, visit your repo's landing page and select "manage topics."
We need a page in the docs that tell users that to mock they should use
from unittest import mock.We should note that the
mock.patchdecorators don't currently work, and that we need to use the context managers instead.