This website requires JavaScript.
Explore
Help
Register
Sign In
Git_Mirror
/
Terminal.Gui
Watch
1
Star
0
Fork
0
You've already forked Terminal.Gui
mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced
2025-12-28 00:38:00 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ebe208034619abac751c0b3a5f854c4c16c26aac
Terminal.Gui
/
Tests
/
UnitTestsParallelizable
History
Tig
a35f09eff0
Merge branch 'v2_develop' into copilot/port-parallelizable-unit-tests
2025-10-19 09:46:41 -06:00
..
Application
Port StackExtensionsTests to UnitTests.Parallelizable
2025-10-16 13:45:45 +00:00
Configuration
Fixes
#4231
. NativeAot project throws when running the published executable (
#4232
)
2025-09-10 10:44:08 -06:00
ConsoleDrivers
Port AnsiMouseParserTests to UnitTests.Parallelizable
2025-10-16 14:00:53 +00:00
Drawing
Merge branch 'v2_develop' into copilot/port-parallelizable-unit-tests
2025-10-19 09:46:41 -06:00
FileServices
Fixes
#3930
- Splits tests to
Tests/UnitTests
,
Tests/IntegrationTests
,
Tests/StressTests
(
#3954
)
2025-03-05 23:44:27 -07:00
Input
Remove legacy drivers, simplify architecture, and reorganize codebase structure (
#4270
)
2025-10-15 13:24:47 -06:00
Text
Migrate 5 remaining TextFormatter tests (169 test cases) to Parallelizable
2025-10-16 19:01:12 +00:00
View
Merge branch 'v2_develop' into copilot/port-parallelizable-unit-tests
2025-10-19 09:46:41 -06:00
Views
Port TabTests and merge Dim.FillTests, remove empty ThemeTests
2025-10-16 13:54:12 +00:00
AssemblyInfo.cs
Fixes
#4107
- Revamps Terminal.Gui's
namespace
(
#4109
)
2025-05-31 15:58:16 -06:00
coverlet.runsettings
Fixes
#3930
- Splits tests to
Tests/UnitTests
,
Tests/IntegrationTests
,
Tests/StressTests
(
#3954
)
2025-03-05 23:44:27 -07:00
LocalPackagesTests.cs
Fixes
#3930
- Splits tests to
Tests/UnitTests
,
Tests/IntegrationTests
,
Tests/StressTests
(
#3954
)
2025-03-05 23:44:27 -07:00
MockConsoleDriver.cs
Fixes
#4107
- Revamps Terminal.Gui's
namespace
(
#4109
)
2025-05-31 15:58:16 -06:00
ParallelizableBase.cs
Fixes
#4107
- Revamps Terminal.Gui's
namespace
(
#4109
)
2025-05-31 15:58:16 -06:00
README.md
Fixes
#3930
- Splits tests to
Tests/UnitTests
,
Tests/IntegrationTests
,
Tests/StressTests
(
#3954
)
2025-03-05 23:44:27 -07:00
TestSetup.cs
Fixes
#4172
Timeout revamp and remove continuous mouse (
#4173
)
2025-07-10 11:59:27 -06:00
UnitTests.Parallelizable.csproj
Refactor TextFormatter Draw tests to use local driver for parallelization
2025-10-16 15:06:14 +00:00
UnitTests.Parallelizable.csproj.DotSettings
Fixes
#3930
- Splits tests to
Tests/UnitTests
,
Tests/IntegrationTests
,
Tests/StressTests
(
#3954
)
2025-03-05 23:44:27 -07:00
xunit.runner.json
Fixes
#3930
- Splits tests to
Tests/UnitTests
,
Tests/IntegrationTests
,
Tests/StressTests
(
#3954
)
2025-03-05 23:44:27 -07:00
README.md
Automated Unit Tests for parallelizable code