| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tests: Replace deprecated unittest.makeSuite | Scott Talbert | 2023-02-02 | 1 | -1/+1 |
| | | | | | | | This function was never formally documented, but has been deprecated and will be removed in Python 3.13. Replaced with unittest.TestLoader.loadTestsFromTestCase. | ||||
| * | Change 'ls -l /bin' test to 'uname -m -n ...' | Jeff Quast | 2014-11-21 | 1 | -5/+5 |
| | | | | | | | | | | | This test intermittently fails on OSX, an example:: E -rwxr-xr-x 1 root wheel 106816 Sep 9 15:49 pax\r E - -rwsr-xr-x 1 root wheel 46688 Sep 9 15:59 ps\r E + -rwsr-xr-x 1 root wheel 46688 Sep 9 15:59 ps\r\r E ? ++ E -rwxr-xr-x 1 root wheel 14208 Sep 9 15:44 pwd\r | ||||
| * | Fix imports in tests for Python 3 | Thomas Kluyver | 2014-06-01 | 1 | -1/+1 |
| | | | | | Closes gh-59 | ||||
| * | remove all unnecessary imports | jquast | 2014-06-01 | 1 | -1/+0 |
| | | |||||
| * | Moved everything up one directory level. | Noah Spurrier | 2012-10-26 | 1 | -0/+49 |
