summaryrefslogtreecommitdiff
path: root/tests/test_constructor.py
Commit message (Collapse)AuthorAgeFilesLines
* tests: Replace deprecated unittest.makeSuiteScott Talbert2023-02-021-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 Quast2014-11-211-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 3Thomas Kluyver2014-06-011-1/+1
| | | | Closes gh-59
* remove all unnecessary importsjquast2014-06-011-1/+0
|
* Moved everything up one directory level.Noah Spurrier2012-10-261-0/+49