Details
Details
Diff Detail
Diff Detail
- Repository
- rK kolab
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 37738 Build 15202: arc lint + arc unit
Event Timeline
| utils/activesynccli.py | ||
|---|---|---|
| 8 | Let's not give the test account credentials to everyone. Also, it's --username, not --user, and I'd put --password in a separate line. | |
| 384 | This looks like out of place. | |
| 399 | It's not only a directory. | |
| 402 | "Device identifier" | |
| 408 | Should be "--timezone", I guess. | |
| utils/generatemail.py | ||
| 1 | The other two scripts use python3, it would be nice to be consistent. Also, scripts in extras/ directory use /usr/bin/python | |
| 82 | The number should be an argument to the script. | |
| utils/kolabendpointtester.py | ||
| 6 | It is --username. Or it is automatically recognized as --user too? | |
| 9 | There's also --imap option. | |
| utils/activesynccli.py | ||
|---|---|---|
| 408 | No, it's a positional argument. | |