mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-15 14:15:54 -06:00
[PR #3] [MERGED] Unit tests #164
Labels
No labels
bug
enhancement
help wanted
help wanted
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/qmlnet#164
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/qmlnet/qmlnet/pull/3
Author: @pauldotknopf
Created: 7/12/2018
Status: ✅ Merged
Merged: 7/13/2018
Merged by: @pauldotknopf
Base:
master← Head:unit-tests📝 Commits (8)
e728c53Moving netCore to net.bdd9d82Removed copying of native dlls. Removed the different build configurations for each platform.b9333feAdded empty unit test project.8b9c629Added back in the boolean tests.898f3b2Merge branch 'master' into unit-tests6bbd501Removing unused debug helper output from qml project.cccf69aRemoved all reference to debug variable stuff.896425aRemoving unused configuration.📊 Changes
52 files changed (+389 additions, -2332 deletions)
View changed files
📝
src/native/QtNetCoreQml/QtNetCoreQml.pro(+0 -7)📝
src/net/.gitignore(+49 -9)📝
src/net/.vscode/launch.json(+0 -0)📝
src/net/.vscode/tasks.json(+0 -0)➖
src/net/Qt.NetCore.Sandbox/App.config(+0 -6)📝
src/net/Qt.NetCore.Sandbox/Page1.qml(+3 -3)📝
src/net/Qt.NetCore.Sandbox/Page1Form.ui.qml(+25 -0)➖
src/net/Qt.NetCore.Sandbox/Program.Tests.cs(+0 -104)📝
src/net/Qt.NetCore.Sandbox/Program.UI.cs(+79 -20)➖
src/net/Qt.NetCore.Sandbox/Properties/AssemblyInfo.cs(+0 -36)📝
src/net/Qt.NetCore.Sandbox/Qt.NetCore.Sandbox.csproj(+7 -77)📝
src/net/Qt.NetCore.Sandbox/main.qml(+19 -1)➖
src/net/Qt.NetCore.Sandbox/packages.config(+0 -10)📝
src/net/Qt.NetCore.Tests/BaseTests.cs(+4 -12)📝
src/net/Qt.NetCore.Tests/BoolTests.cs(+2 -11)➖
src/net/Qt.NetCore.Tests/CharTests.cs(+0 -139)➖
src/net/Qt.NetCore.Tests/DateTimeTests.cs(+0 -93)➖
src/net/Qt.NetCore.Tests/DoubleTests.cs(+0 -113)➖
src/net/Qt.NetCore.Tests/IntTests.cs(+0 -113)➖
src/net/Qt.NetCore.Tests/Interop/StringInteropTests.cs(+0 -71)...and 32 more files
📄 Description
When moving to .NET Core, we got rid of the unit tests.
This effort adds them back.
Once they are back, I will be setting up a build server for Linux/Mac/Windows (.NET Core only).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.