[pytango] 233/483: Readme file

Sandor Bodo-Merle sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:14:44 UTC 2017


This is an automated email from the git hooks/post-receive script.

sbodomerle-guest pushed a commit to annotated tag bliss_8.10
in repository pytango.

commit 4ba05bc33abdb20287f95f6a90e50a10dc72d73b
Author: trogucki <trogucki at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date:   Mon Feb 4 12:54:57 2013 +0000

    Readme file
    
    git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@22038 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
 tests/README | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/tests/README b/tests/README
new file mode 100644
index 0000000..c6526b9
--- /dev/null
+++ b/tests/README
@@ -0,0 +1,20 @@
+Brief introduction to PyTango Test Suite
+----------------------------------------
+
+The test sutite consists of:
+- DevTest.py - the testing device
+- TangoRunner.py - the file to be imported in order to get a proper Tango-tailored formatting of the tests output
+- TestSuite.py - the actual test suite.
+
+Please acquaint yourself with the exemplary Test Case in the TestSuite.py file to understand how to create Test Cases, define command line parameters (to provide test cases with user input) set restore points, etc.
+
+To execute the test suite:
+1. Define a test device in the database.
+2. Run the device (DevTest.py)
+3. Execute the test suite (TestSuite.py) providing required parameters in the command line (e.g. the device name).
+
+The PyTango test suite framework is supposed to mimic the functionality of the C++ test suite. Therefore its features and behaviour is similar to the C++ one.
+For more explanation on the Test Suite Framework and its use, please read through the README file in the C++ test suite repository:
+
+http://tango-cs.svn.sourceforge.net/viewvc/tango-cs/api/cpp/cpp_test_suite/trunk/
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytango.git



More information about the debian-science-commits mailing list