The point of this exception class is to be able to create
an error class that automatically combines keyword arguments
given to the exception instance.
Details
Details
- Reviewers
koobs - Commits
- rP408600: New port devel/py-delfick_error:
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 2441 Build 2458: arc lint + arc unit
Event Timeline
Comment Actions
Inline suggestion to use direct test invocation (rather than through script)
Otherwise LGTM.
devel/py-delfick_error/Makefile | ||
---|---|---|
44 | Prefer to invoke tests directly We'll be providing python.mk framework variables for this soon, so it will assist in the conversion process Same ordered do-test recommended as the previous review Your call if you want to change this or not, but highly desirable. |
Comment Actions
been on front of this screen for most of the last 20 hours ... ZZZ ...
devel/py-delfick_error/Makefile | ||
---|---|---|
44 | cd /wrkdirs/usr/ports/devel/py-delfick_error/work/delfick_error-6761e6c && /usr/local/bin/python2.7 test.sh File "test.sh", line 2 nosetests --with-noy $@ ^ SyntaxError: invalid syntax |