Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add functionality to disable a test #1

Closed
sagatowski opened this issue Dec 7, 2018 · 1 comment
Closed

Add functionality to disable a test #1

sagatowski opened this issue Dec 7, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@sagatowski
Copy link
Member

Under certain circumstances it might be necessary to temporarily disable a test, so that it is not being executed (or not being taken into consideration for the results). Add a functionality so that it's possible to "mark" a test as disabled.

@sagatowski sagatowski added the enhancement New feature or request label Dec 7, 2018
@sagatowski sagatowski added this to the Christmas milestone milestone Dec 13, 2018
sagatowski added a commit that referenced this issue Dec 15, 2018
Solved issue #1.
@sagatowski
Copy link
Member Author

Implemented in commit b9992c4.

KubaO pushed a commit to Bertec/TcUnit that referenced this issue Dec 6, 2019
It now consists of two separate programs.
tcunit#1 - The TcUnit-Verifier (TwinCAT-part). This is the TwinCAT-part of the TcUnit-Verifier that actually runs some tests using TcUnit.
tcunit#2 - The TcUnit-Verifier (C#-part). This part executes the TwinCAT-part of TcUnit-Verifier using the TwinCAT automation interface and collects the results using ADS.
sagatowski pushed a commit that referenced this issue Apr 6, 2020
* Fix tabs and comment

* Remove "Cf" prefix associated with Codesys library

* Align variable naming with library conventions

* Rename xUnit-params so that it's clear that they relate to the xUnit reporting and not to the TcUnit framework in general.

* Fix param not updated in refactor

* Revert change to tsproj file.

* Revert change to tsproj realtime settings

* Add TestStreamBuffer tests to Verifier

* Create independent tests

* Add FileControl tests to Verifier

* Add FileControl test to project

* Added tests for XmlControl to Verifier

* Fixed issue in test

* Change XML structure to test another scenario

* Remove line ids

Co-authored-by: David Freiberger <david.freiberger@cellares.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant