• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

AUTHORSD19-Feb-201333 21

COPYINGD19-Feb-20131.4 KiB2824

KyuafileD19-Feb-2013574 2217

NEWSD19-Feb-2013615 1712

READMED19-Feb-2013979 2317

atf_helpers.cD19-Feb-20135.2 KiB194121

atf_inttest.cD19-Feb-20139.4 KiB285206

atf_list.cD23-Feb-201311.9 KiB356193

atf_list.hD19-Feb-20131.8 KiB446

atf_list_test.cD23-Feb-20137.2 KiB238160

atf_main.cD19-Feb-201317.6 KiB524307

atf_result.cD19-Feb-201328 KiB764474

atf_result.hD19-Feb-20132 KiB479

atf_result_test.cD19-Feb-201319.8 KiB534416

cli.cD19-Feb-20138.1 KiB261150

cli.hD19-Feb-20134.4 KiB10420

cli_fwd.hD19-Feb-20131.8 KiB445

cli_test.cD19-Feb-201319.1 KiB608453

common_inttest.hD19-Feb-20135.5 KiB18197

env.cD19-Feb-20133.4 KiB10657

env.hD19-Feb-20131.8 KiB436

env_test.cD19-Feb-20132.1 KiB6224

error.cD19-Feb-201316.8 KiB577258

error.hD19-Feb-20134.4 KiB11841

error_fwd.hD19-Feb-20131.8 KiB445

error_test.cD19-Feb-201312.4 KiB417313

fs.cD19-Feb-201316 KiB578336

fs.hD19-Feb-20131.9 KiB469

fs_test.cD17-Mar-201317 KiB577428

kyua-atf-interface.7D19-Feb-201314.7 KiB406399

kyua-atf-tester.1.inD19-Feb-20134 KiB134133

kyua-plain-interface.7D19-Feb-20132.7 KiB6463

kyua-plain-tester.1.inD19-Feb-20132.4 KiB6160

kyua-tester-list.5D19-Feb-20133.9 KiB104103

kyua-tester-result.5D19-Feb-20132.7 KiB6766

kyua-tester.1.inD19-Feb-20136.2 KiB206205

kyua-testers.pc.inD19-Feb-201395 64

plain_helpers.cD19-Feb-20133.4 KiB11156

plain_inttest.cD19-Feb-20135.8 KiB180112

plain_main.cD19-Feb-20136.9 KiB197103

result.cD19-Feb-20133 KiB8236

result.hD19-Feb-20132.1 KiB5414

result_test.cD19-Feb-20134 KiB12073

run.cD19-Feb-201318.7 KiB595340

run.hD19-Feb-20133.1 KiB8622

run_fwd.hD19-Feb-20131.8 KiB445

run_test.cD19-Feb-201324 KiB791542

stacktrace.cD19-Feb-201312.7 KiB365179

stacktrace.hD19-Feb-20132.1 KiB5112

stacktrace_helper.cD19-Feb-20131.6 KiB376

stacktrace_test.cD19-Feb-201311 KiB328189

text.cD19-Feb-20134 KiB11852

text.hD19-Feb-20131.9 KiB479

text_test.cD19-Feb-20133.4 KiB11358

README

1Kyua (pronounced Q.A.) is a testing framework for both developers and
2users.  Kyua is different from most other testing frameworks in that it
3puts the end user experience before anything else.  There are multiple
4reasons for users to run the tests themselves, and Kyua ensures that
5they can do so in the most convenient way.
6
7This module, kyua-testers, provides scriptable interfaces to interact
8with test programs of various kinds.  The interface of such testers
9allows the caller to execute a single test case of a single test program
10in a controlled and homogeneous manner.
11
12For further information on the contents of this distribution file,
13please refer to the following other documents:
14
15* AUTHORS: List of authors and contributors to this project.
16* COPYING: License information.
17* INSTALL: Compilation and installation instructions.
18* NEWS: List of major changes between formal releases.
19
20For general project information, please visit:
21
22    http://code.google.com/p/kyua/
23