Kevin Pilch
|
41c9282023
|
Update to latest xunit, and target net472 and netstandard2.0
|
2018-12-02 17:01:12 -08:00 |
|
Kevin Pilch
|
b7293a15f7
|
Generate AssemblyInfos, get rid of App.config, and change NuGet package to global tool
|
2018-12-02 16:22:07 -08:00 |
|
Kevin Pilch
|
8e6a0ea916
|
Don't create windows for worker processes
|
2018-12-01 12:56:01 -08:00 |
|
Kevin Pilch
|
709b166870
|
Revert to .NET 4.5.2 and xunit.runner.utility 2.1.0
|
2018-12-01 12:50:29 -08:00 |
|
Kevin Pilch
|
2251487778
|
Convert the rest of the projectS
|
2018-12-01 12:50:29 -08:00 |
|
Kevin Pilch
|
5e3aa442b8
|
Convert to .NET Core 3.0
|
2018-12-01 12:46:52 -08:00 |
|
Kevin Pilch
|
c28059ca4c
|
Merge pull request #88 from Pilchie/NoCompilerPackage
Stop using the compiler package
|
2018-12-01 12:42:52 -08:00 |
|
Kevin Pilch
|
d93c706a3d
|
Stop using the compiler package
|
2018-12-01 12:36:23 -08:00 |
|
Kevin Pilch
|
e9dfb23e18
|
Merge pull request #84 from Eawvv/gui-enhancements
Gui enhancements - Run selected on enter or double click
|
2018-02-16 09:05:30 -08:00 |
|
Edwin Roerdink
|
f6e8918bef
|
execute test on enter key
|
2018-02-04 01:42:25 +01:00 |
|
Edwin Roerdink
|
18275067e9
|
execute test on double click
|
2018-02-04 01:19:04 +01:00 |
|
Kevin Pilch
|
39f89587fc
|
Merge pull request #81 from heejaechang/fixDiscovery
made discovery to use same setting as run so that same tests are disc…
v1.0.51
|
2017-11-01 09:24:29 -07:00 |
|
Heejae Chang
|
8c3c86d918
|
made wpf xunit runner to support showing/filtering running tests so that if we get deadlock or hang tests, we can see what the test it was running easily.
|
2017-10-31 17:23:22 -07:00 |
|
Heejae Chang
|
761f801e43
|
made discovery to use same setting as run so that same tests are discovered.
|
2017-10-31 14:56:33 -07:00 |
|
Kevin Pilch
|
643d9061c8
|
Merge pull request #79 from 333fred/fix-autoreload
Fix first open and default autoreload case
|
2017-06-05 16:17:11 -07:00 |
|
Fredric Silberberg
|
6d4a249a97
|
Fix first open and default autoreload case
|
2017-06-05 15:49:35 -07:00 |
|
Kevin Pilch
|
5ed3579b30
|
Merge pull request #78 from 333fred/screenshot
Added screenshot to readme.
|
2017-06-05 11:22:21 -07:00 |
|
Fredric Silberberg
|
1f55afd2e9
|
Added screenshot to readme.
|
2017-06-05 10:49:13 -07:00 |
|
Kevin Pilch
|
c6c48067a7
|
Merge pull request #77 from 333fred/update-readme
Add nuget to readme
|
2017-06-05 10:32:28 -07:00 |
|
Fredric Silberberg
|
ab5b3afea2
|
Add nuget to readme
|
2017-06-05 10:30:00 -07:00 |
|
Kevin Pilch
|
feb8588961
|
Merge pull request #76 from sharwell/open-2017
Open solution in Visual Studio 2017
v1.0.41
|
2017-06-03 14:42:28 -07:00 |
|
Kevin Pilch
|
08907d707c
|
Merge pull request #75 from sharwell/include-binaries
Include binaries in the NuGet package
|
2017-06-03 14:42:07 -07:00 |
|
Sam Harwell
|
de354d8095
|
Open solution in Visual Studio 2017
Since the project is using features from C# 7, update the solution to open
by default in a version of Visual Studio that supports them.
|
2017-06-03 16:40:14 -05:00 |
|
Sam Harwell
|
dd668f753b
|
Move .targets into a framework-specific folder
Fixes installation via project.json.
|
2017-06-03 16:38:56 -05:00 |
|
Sam Harwell
|
a5712e104a
|
Disable NuGet package analysis since this is a non-standard package layout
|
2017-06-03 16:30:06 -05:00 |
|
Sam Harwell
|
f2e1c0fb5e
|
Include binaries in NuGet package
|
2017-06-03 16:27:16 -05:00 |
|
Kevin Pilch
|
80fc0702d1
|
Merge pull request #74 from 333fred/autoreload
Autoreload
v1.0.35
|
2017-06-03 13:57:52 -07:00 |
|
Fredric Silberberg
|
39c5a33d56
|
Use Microsoft.Net.Compilers, update all base system libraries
|
2017-06-02 16:40:48 -07:00 |
|
Fredric Silberberg
|
686404bb7f
|
Remove from watch when removed from the program.
|
2017-06-02 16:25:17 -07:00 |
|
Fredric Silberberg
|
e41071ddb0
|
Added autoreloading of test assemblies
|
2017-06-02 16:19:08 -07:00 |
|
Fredric Silberberg
|
13f0cedb64
|
Fix whitespace
|
2017-06-02 16:18:53 -07:00 |
|
Kevin Pilch
|
93601521fc
|
Merge pull request #72 from sharwell/improved-sort
Implemented sorting for tests
|
2017-04-12 16:25:30 -07:00 |
|
Kevin Pilch
|
24522e8749
|
Merge pull request #71 from sharwell/cancellation
Propagate CancellationToken where applicable
|
2017-04-12 16:20:59 -07:00 |
|
Kevin Pilch
|
070d3bcb5e
|
Merge pull request #70 from sharwell/unique-id
Fix crashes related to multiple tests with the same name
|
2017-04-12 16:20:16 -07:00 |
|
Sam Harwell
|
78501d237a
|
Applied sort order for tests with and without filters applied
|
2017-03-25 17:36:20 -05:00 |
|
Sam Harwell
|
1e2fe65dfa
|
Improve sort order to prefer to ignore case
|
2017-03-25 17:22:33 -05:00 |
|
Sam Harwell
|
0a52154c60
|
Propagate CancellationToken where applicable
|
2017-03-25 17:16:23 -05:00 |
|
Sam Harwell
|
d26343057f
|
Avoid adding duplicate tests
Fixes a crash when attempting to run tests in an assembly containing one or
more parameterized tests with duplicated parameter sets.
|
2017-03-25 16:06:16 -05:00 |
|
Kevin Pilch
|
ba398d66ad
|
Merge pull request #68 from sharwell/nuget-pack
Improved NuGet build integration
|
2017-03-25 12:01:23 -07:00 |
|
Sam Harwell
|
412c9b78fe
|
Use the unique ID of test cases instead of display name for lookups
Fixes a crash when attempting to run the StyleCop Analyzers test suite.
|
2017-03-25 12:25:49 -05:00 |
|
Kevin Pilch
|
8eea004410
|
Merge pull request #69 from sharwell/fix-help
Fix unnecessarily loud typo in help text
|
2017-03-25 09:13:19 -07:00 |
|
Sam Harwell
|
e52d9195ef
|
Fix unnecessarily loud typo in help text
|
2017-03-25 09:02:06 -05:00 |
|
Sam Harwell
|
80a52c0f30
|
Improved NuGet build integration
|
2017-03-25 08:58:24 -05:00 |
|
Kevin Pilch
|
a3ceb785fa
|
Merge pull request #66 from mattwar/Updates
Fix progress bar and add support for running selected tests
|
2016-10-29 11:06:52 -07:00 |
|
Matt Warren
|
9a94bfd08d
|
clear select flags on collection reset
|
2016-10-29 02:39:43 +00:00 |
|
Matt Warren
|
cd411e5d56
|
support running selected tests
|
2016-10-29 02:33:26 +00:00 |
|
Matt Warren
|
ed8641a896
|
Fix progress updates
|
2016-10-28 22:16:17 +00:00 |
|
Dustin Campbell
|
bb9ed9106b
|
Merge pull request #64 from DustinCampbell/fix-duplicate-recent-assembly
Fix off by one error resulting in duplicate assemblies in recent assembly list
|
2016-07-06 14:08:28 -07:00 |
|
Dustin Campbell
|
5e966ff461
|
Fix off by one error resulting in duplicate assemblies in recent assembly list
|
2016-07-06 14:02:36 -07:00 |
|
Kevin Pilch-Bisson
|
83bd1be9bf
|
Add instructions on creating a release
|
2016-05-28 15:03:01 -07:00 |
|