52
I Use This!
Moderate Activity

Commits : Listings

Analyzed 14 days ago. based on code collected 15 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add attachments to TestContext, v2 XML, JUnit XML, and CTRF More... 7 months ago
Optimize serialization (leave out empty strings and empty traits) More... 7 months ago
Move messages primary interaction to interfaces instead of concretes More... 7 months ago
Add xunit.analyzers reference to production code, since there are extensibility analyzers that can help us More... 7 months ago
Add TestContext.KeyValueStorage for value communication between extensions at different pipeline points More... 7 months ago
#2979: Update JUnitXml.xslt, based on https://github.com/testmoapp/junitxml?tab=readme-ov-file (v3) More... 7 months ago
Update analyzers to remove a bunch of unnecessary pragmas More... 7 months ago
Add conditionals around usage of TestContext.Current.CancellationToken in assertion tests More... 7 months ago
Clean up/better document our own analyzer pragmas More... 7 months ago
Extract ProjectRunner from ConsoleRunner More... 7 months ago
Convert trait values from List<string> to HashSet<string> to eliminate duplicate values More... 7 months ago
Latest dependencies More... 7 months ago
Pass along both diagnostic and internal diagnostic messages with AcceptanceTestV3 More... 7 months ago
rename: TestContext.Cancel() => CancelCurrentTest() More... 7 months ago
Make sure all aggregators are cloned to prevent layering leaks More... 7 months ago
Move TestTimeoutException's namespace for better display More... 7 months ago
Hide TaskCanceledException which typically comes from the test being canceled due to timeout More... 7 months ago
Add TestClassMetadataToken and TestMethodMetadataToken to ITestCaseMetadata More... 7 months ago
Convert ConsoleHelper to instances instead of statics More... 7 months ago
#2947: Add Xunit3.ForDiscoveryAndExecution switch to force in-process execution More... 7 months ago
Add TestStarting.StartTime and TestResultMessage.FinishTime More... 7 months ago
More flaky tests around timeout More... 7 months ago
Restructure message serialization, get rid of writable metadata interfaces More... 7 months ago
Polyfill for required should be an internal class, not public More... 7 months ago
Polyfill in required parameter support and use it on all the message classes More... 7 months ago
#2951: Add ITestPipelineStartup as startup/cleanup hook More... 7 months ago
Don't return ValueTask from ConsoleRunner.Run because we need to call GetAwaiter().GetResult() on it More... 7 months ago
#2964: Running a single test-case of a theory with inferred generic parameter(s) fails More... 7 months ago
#2966: Switch XunitTestAssembly serialization from AssemblyName to AssemblyPath More... 7 months ago
Mark a couple tests temporarily skipped for being flaky More... 7 months ago