File: control

package info (click to toggle)
python-ciso8601 2.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 372 kB
  • sloc: python: 1,294; ansic: 939; sh: 22; makefile: 7
file content (15 lines) | stat: -rw-r--r-- 393 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Test-Command: for py in $(py3versions -s); do $py -c "import ciso8601 ; x=ciso8601.parse_datetime('2020-04-21T21:16:45.123456-04:30'); print(x, type(x).__name__); y=ciso8601.parse_datetime('20200421T211645'); print(y, type(y).__name__)"; done;
Depends:
 python3-all,
 @,
Restrictions:
 allow-stderr,

Tests:
 run-unit-test,
Depends:
 python3-all,
 python3-tz,
 @,
Restrictions:
 allow-stderr,