1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source3/stf
Tim Potter 60233cd356 Add a new entry to make check. If we have compiled python extensions,
run the pythoncheck.py test.  At the moment this just checks every
python extension can be imported sucessfully.
(This used to be commit 38dac4ca4e)
2003-05-05 06:22:36 +00:00
..
.cvsignore Syncup stf directory with HEAD. 2003-04-14 00:21:52 +00:00
comfychair.py Merge from Subversion r50. 2003-04-04 03:16:27 +00:00
example.py Merge from Subversion: 2003-04-04 03:14:48 +00:00
info3cache.py Start of a unit test for info3 caching. Much unfrastructure required 2003-03-18 01:32:51 +00:00
notes.txt Import design notes by martin and tpot from ComfyChair and stf modules. 2003-03-12 03:07:46 +00:00
osver.py Import Samba Testing Framework code from private CVS module. 2003-03-12 03:08:28 +00:00
pythoncheck.py Add a new entry to make check. If we have compiled python extensions, 2003-05-05 06:22:36 +00:00
README.stf Start importing the Python testing framework that Tim and I have been 2003-03-12 03:04:37 +00:00
sambalib.py Build and run the lib/snprintf.c test cases from "make check". 2003-04-14 06:07:25 +00:00
smbcontrol.py Tests for smbcontrol. 2003-04-09 05:57:00 +00:00
spoolss.py Import Samba Testing Framework code from private CVS module. 2003-03-12 03:08:28 +00:00
standardcheck.py Merge stf updates from HEAD. 2003-04-28 05:20:01 +00:00
stf.py Import Samba Testing Framework code from private CVS module. 2003-03-12 03:08:28 +00:00
strings.py Syncup stf directory with HEAD. 2003-04-14 00:21:52 +00:00
test.py Update for new version of ComfyChair: some methods are renamed to be 2003-03-12 07:17:39 +00:00
unicodenames.py Integrate abartlet's t_push_ucs2 test into test framework: 2003-04-08 08:05:01 +00:00

This directory contains the Samba Testing Framework, a Python-based
system for exercising Samba in various ways.  It is quite small at the
moment.