Commit Graph

163 Commits

Author SHA1 Message Date
Martin A. Brown beb920dd58 add a test for the new --version CLI 2016-05-16 09:38:09 -07:00
Martin A. Brown d78b53c91e accommodate root-run tests 2016-05-13 12:25:45 -04:00
Martin A. Brown 83cbeb4cb5 reset mode during testing; specify errnos to expect 2016-05-11 08:57:54 -07:00
Martin A. Brown d16be1b076 adding 2016 LDP copyright to each file 2016-04-30 17:49:20 -04:00
Martin A. Brown f85e395be5 ne need to refer to these files in testing; remove 2016-04-29 11:10:32 -04:00
Martin A. Brown d8b6005d04 fdupes will not find these guys now 2016-04-29 11:10:18 -04:00
Martin A. Brown b9e6db4d18 removing unnecessary sample files 2016-04-29 11:09:59 -04:00
Martin A. Brown dec201f50c pyflakes/pep8 adjustments 2016-04-28 12:12:27 -04:00
Martin A. Brown ed9ec4cc66 adjusting file sources for Debian copyright explanations 2016-04-20 07:34:12 -07:00
Martin A. Brown a1c20ce125 to fix licensing issues 2016-04-19 21:13:57 -07:00
Martin A. Brown c290aaad03 fix lifecycle test (since deleting build directory) 2016-04-19 19:09:17 -07:00
Martin A. Brown 872f5a5ed2 match the test to the prior commit 2016-04-18 12:25:31 -07:00
Martin A. Brown 72614dd22b test missing output MD5SUMS file, too 2016-04-02 12:24:17 -07:00
Martin A. Brown 4f73310eea comment correction 2016-04-02 12:17:48 -07:00
Martin A. Brown c45fc01109 yes, but make certain it is an ISO-8859-1 file, not just by name 2016-04-02 12:17:29 -07:00
Martin A. Brown 7904944e09 deliberately test the ISO-8859-1 file 2016-04-02 12:15:55 -07:00
Martin A. Brown d922c04d02 exercise another section of the typeguesser 2016-04-02 12:15:01 -07:00
Martin A. Brown 5e06fd5ed6 add a longer, lifecycle test 2016-04-02 12:00:45 -07:00
Martin A. Brown d893f20968 new file which disappears during lifecycle test 2016-04-02 12:00:33 -07:00
Martin A. Brown 42e25ee115 process some images to get better lifecycle test 2016-04-02 12:00:01 -07:00
Martin A. Brown 2913600928 adding a copytree function to the testing framework 2016-04-02 11:59:29 -07:00
Martin A. Brown af80925d70 remove references to unused statinfo stuff 2016-04-02 11:58:19 -07:00
Martin A. Brown a920a317c7 adding some images for longer lifecycle test 2016-04-02 11:27:58 -07:00
Martin A. Brown 44f5afb714 adapt to new output message 2016-04-02 10:54:20 -07:00
Martin A. Brown 239fc83222 minor adjustments to names (easier to find when tests fail) 2016-04-02 10:54:04 -07:00
Martin A. Brown 38c667691f change reference to md5sums 2016-04-02 10:53:38 -07:00
Martin A. Brown 4bfcda8602 update testing tools to wrangle MD5s
add some logic for generating, reading and comparing MD5s since the proper
code base is no longer using statinfo, but rather content checksums to
determine whether a rebuild is necessary
2016-04-02 10:52:39 -07:00
Martin A. Brown 673ddaf3e9 skip any directories on stat expedition 2016-04-01 22:17:53 -07:00
Martin A. Brown 832daee384 preserve the (relative) full path, silly! 2016-04-01 21:10:12 -07:00
Martin A. Brown 7d46e59efa missed the unicode_literals here 2016-04-01 21:09:49 -07:00
Martin A. Brown 8cbdeab558 provide directory existence feedback to user
instead of bailing with an obnoxious error message, or silently ignoring a
command-line option of a directory, squawk to STDERR with the problem and
provide (possibly redundant, but maybe informative) traceback
2016-03-28 11:11:22 -07:00
Martin A. Brown 74544227b8 toss in the sample broken docbook4xml file 2016-03-27 02:26:15 -07:00
Martin A. Brown 7c98b13db6 add an example to prove that publish() exits non-zero 2016-03-27 02:25:46 -07:00
Martin A. Brown 6d2040c671 add a broken example docbook4xml file 2016-03-27 02:25:23 -07:00
Martin A. Brown 30594d5e4e using unicode everywhere else 2016-03-27 02:14:10 -07:00
Martin A. Brown 2ce65990c4 correcting and moving test because it runs long 2016-03-27 02:11:52 -07:00
Martin A. Brown 8be3395f5f using unicode everywhere else 2016-03-27 02:11:30 -07:00
Martin A. Brown f2ef7d2184 support --script mode anywhere and don't chdir() 2016-03-24 09:00:20 -07:00
Martin A. Brown 1c7af7b634 fixing a dumb spelling error 2016-03-15 15:49:01 -07:00
Martin A. Brown 1eec325d9e Exception.message deprecated; just make sure which returns not None 2016-03-14 22:26:15 -07:00
Martin A. Brown ec472d8e37 Exception.message deprecated 2016-03-14 22:25:43 -07:00
Martin A. Brown 23aab88e95 Exception.message deprecated; use io.StringIO() 2016-03-14 22:25:27 -07:00
Martin A. Brown 7c17c0dc5b switch to codecs.open and expect UTF-8 data 2016-03-14 21:51:14 -07:00
Martin A. Brown 0d93e6fca1 switch to codecs.open and expect UTF-8 data 2016-03-14 21:48:01 -07:00
Martin A. Brown 946b839b60 switch to codecs.open and expect UTF-8 data 2016-03-14 21:47:54 -07:00
Martin A. Brown daf272a329 switch to codecs.open and expect UTF-8 data 2016-03-14 21:47:48 -07:00
Martin A. Brown d99448609d prepare to support Python3 and Python2 (utf-8 all in/out) 2016-03-14 21:18:33 -07:00
Martin A. Brown 5824be20da remove import of makefh(), too 2016-03-14 20:52:53 -07:00
Martin A. Brown f20fb1c481 no point in using makefh() now; remove 2016-03-14 20:51:55 -07:00
Martin A. Brown 10854ad6df get rid of another FD leakage (in tests, not a big deal) 2016-03-14 20:50:59 -07:00