зеркало из https://github.com/mono/qa.git
* Added stuff to README
svn path=/trunk/qa/; revision=138558
This commit is contained in:
Родитель
13ef9d9612
Коммит
e05d781279
17
README
17
README
|
@ -1,9 +1,10 @@
|
|||
######################################################################
|
||||
#
|
||||
# You must create two python modules (creds.py,defaults.py)
|
||||
#
|
||||
# 1. ~/.bugzilla/creds.py
|
||||
# 2. ../common/defaults.py
|
||||
|
||||
To run the monotesting framework, it's easiest to have the needed options
|
||||
in a config file. You do not have to create these files however.
|
||||
The framework will allow you to set these options via the command
|
||||
line. See --help
|
||||
|
||||
The two config files look like so:
|
||||
|
||||
$ cat ~/.testopia_creds.conf
|
||||
|
||||
|
@ -12,7 +13,7 @@ $ cat ~/.testopia_creds.conf
|
|||
username=youruser
|
||||
password=yourpassword
|
||||
|
||||
$ cat defaults.conf
|
||||
$ cat ./common/defaults.conf
|
||||
|
||||
[main]
|
||||
base_url = http://mono-mac1.provo.novell.com
|
||||
|
@ -23,12 +24,10 @@ xsp2_port = 8082
|
|||
graffiti_port = 8083
|
||||
apache_port = 80
|
||||
|
||||
[rc server]
|
||||
rc_server = localhost
|
||||
rc_port = 4444
|
||||
rc_browser = *firefox
|
||||
|
||||
[debug]
|
||||
debug = False
|
||||
logfile = None
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
#################################################################
|
||||
#
|
||||
# Base class for the test cases in the mono testing framework
|
||||
#
|
||||
# Author: Rusty Howell (rhowell@novell.com)
|
||||
#
|
||||
|
||||
import sys
|
||||
import os
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
#################################################################
|
||||
#
|
||||
# TestRunner for mono
|
||||
#
|
||||
# Author: Rusty Howell (rhowell@novell.com)
|
||||
#
|
||||
|
||||
|
||||
import unittest
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
#################################################################
|
||||
#
|
||||
# Helper functions for Testopia calls
|
||||
#
|
||||
# Author: Rusty Howell (rhowell@novell.com)
|
||||
#
|
||||
|
||||
from testopia import Testopia
|
||||
import types
|
||||
|
|
Загрузка…
Ссылка в новой задаче