summaryrefslogtreecommitdiffstats
path: root/test.py
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup copyright.nima2008-12-211-103/+0
| | | | | | | | | Cleanup debian/rules. Adding test.py to examples. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@158 abc39116-655e-4be6-ad55-d661dc543056
* Handle cases where user does not have appropriate permission to access thenima2008-12-211-8/+19
| | | | | | | memory file or device. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@155 abc39116-655e-4be6-ad55-d661dc543056
* Handle cases where user asks for invalid types.nima2008-12-201-16/+20
| | | | | | | Updated test cases to test for this too. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@136 abc39116-655e-4be6-ad55-d661dc543056
* Version information now set once during init().nima2008-12-201-52/+74
| | | | | | | | | Bettered test cases. Case 127 magically fixed. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@135 abc39116-655e-4be6-ad55-d661dc543056
* Removed "detected" from appearing in every single function call. TODO: An ivarnima2008-12-201-12/+6
| | | | | | | | | | | | should be implemented to return this string, so further cleanup is still required; as it stands, there is no access to this information anymore! Updated test case. Further general cleanup. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@133 abc39116-655e-4be6-ad55-d661dc543056
* Further testing shows that the segfault does not occur when the device isnima2008-12-191-2/+2
| | | | | | | | /dev/mem, but does so for all images (where requested type is 127), suggesting that the problem could be with the image or surrounding processes. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@132 abc39116-655e-4be6-ad55-d661dc543056
* Test case is close to complete, type 127 results in a segfault - (test casenima2008-12-191-24/+37
| | | | | | | is serving its purpose). git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@130 abc39116-655e-4be6-ad55-d661dc543056
* More work on test case.nima2008-12-191-43/+21
| | | | | | | Updated setup.py to reflect new version. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@128 abc39116-655e-4be6-ad55-d661dc543056
* Improved test case.nima2008-12-191-2/+74
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@126 abc39116-655e-4be6-ad55-d661dc543056
* The dmidecode.type() call not takes ints, not strings.nima2008-12-181-0/+9
Adding an example directory. Adding test case. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@116 abc39116-655e-4be6-ad55-d661dc543056