-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
18 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.. _v1_3_0: | ||
|
||
1.3.0 | ||
===== | ||
|
||
February 10, 2017 | ||
|
||
New features | ||
------------ | ||
|
||
- Subtask IDs specified by ``Subtasks()`` in ``TestCases()`` or ``TestGroupX()`` are now validated. It is an error now if you specify non-existing subtasks. | ||
- ``BeforeOutputFormat()`` can be used to set the value of output variables that depend on input variables. See :ref:`io-formats_before-output-format` for more details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ Release Notes | |
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
1_3_0 | ||
1_2_1 | ||
1_2_0 | ||
1_1_0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ build() { | |
} | ||
|
||
version() { | ||
echo "tcframe 1.2.1" | ||
echo "tcframe 1.3.0" | ||
} | ||
|
||
if [ -z "$TCFRAME_HOME" ]; then | ||
|