Commit Graph

4 Commits

Author SHA1 Message Date
Clark Boylan 9e2d54bb5a Modernize test suite
This modernizes the lodgeit testsuite to use stestr instead of nose. The
primary reason for this is nose is not python3.10 compatible and we
would like to use newer python with lodgeit.

Change-Id: I8ae480d22bbef0258afc9d6ffd6cd820993430a1
2022-11-10 10:30:15 -08:00
David Pursehouse cbe89edc79 Ignore the virtualenv folder and Eclipse's settings files.
Change-Id: I631c9d1817a6e374f77feddc147b260e6a59c7ac
2015-11-17 19:09:23 +09:00
David Pursehouse fbb61e9c1d Add tox configuration to enable PEP-8 checks, and fix various failures
- E126 continuation line over-indented for hanging indent
- E127 continuation line over-indented for visual indent
- E128 continuation line under-indented for visual indent
- E131 continuation line unaligned for hanging indent
- E265 block comment should start with '# '
- E272 multiple spaces before keyword
- E302 expected 2 blank lines, found <n>
- E712 comparison to False should be 'if cond is False:' or 'if not cond:'
- F401 '<name>' imported but unused

Change-Id: I2344cf2e8fd7910e72e9d8043423d25e43065ef2
2015-11-17 19:09:23 +09:00
David Pursehouse 6b018671fa Replace .hgignore with .gitignore
Change-Id: If4438048909527bbfa580cf80038dbd0bc0def41
2015-04-20 05:02:12 +00:00