Jean-Paul Calderone
|
4e9bdfeee4
|
please just always work?
|
2021-01-11 11:38:25 -05:00 |
|
Jean-Paul Calderone
|
14caaa360c
|
different debug
|
2021-01-11 11:33:09 -05:00 |
|
Jean-Paul Calderone
|
a4061619dc
|
shuffle code around a lot
|
2021-01-11 11:32:12 -05:00 |
|
Jean-Paul Calderone
|
3adfb2a108
|
let it be slow
|
2021-01-11 11:17:57 -05:00 |
|
Jean-Paul Calderone
|
f4a1a6fd97
|
get rid of this noise
|
2021-01-11 11:16:49 -05:00 |
|
Jean-Paul Calderone
|
23d1d76242
|
get the name
|
2021-01-11 11:16:23 -05:00 |
|
Jean-Paul Calderone
|
8fa1b6bb1e
|
make stdout/stderr available
|
2021-01-11 11:15:47 -05:00 |
|
Jean-Paul Calderone
|
504b2f5b1f
|
get the syntax right
|
2021-01-11 11:15:20 -05:00 |
|
Jean-Paul Calderone
|
221f1640a5
|
make the container
|
2021-01-11 11:14:32 -05:00 |
|
Jean-Paul Calderone
|
08d56c87b4
|
that was silly
|
2021-01-11 11:13:45 -05:00 |
|
Jean-Paul Calderone
|
a0aa3fe296
|
try testing UnicodeOutput
|
2021-01-11 11:12:12 -05:00 |
|
Jean-Paul Calderone
|
6d499dea53
|
exclude nul from the tested argv values
|
2021-01-11 10:31:37 -05:00 |
|
Jean-Paul Calderone
|
c2e8d94a73
|
don't fail this test because it is slow
|
2021-01-11 10:24:25 -05:00 |
|
Jean-Paul Calderone
|
33f84412b4
|
maybe pywin32 GetCommandLine is not really GetCommandLineW
|
2021-01-11 10:19:17 -05:00 |
|
Jean-Paul Calderone
|
389d70a682
|
see if GetCommandLine() value is interesting
|
2021-01-11 10:17:02 -05:00 |
|
Jean-Paul Calderone
|
e2f3964451
|
okay this is indeed the expected
|
2021-01-11 10:09:54 -05:00 |
|
Jean-Paul Calderone
|
42f1930914
|
disambiguate this a bit
|
2021-01-11 10:08:15 -05:00 |
|
Jean-Paul Calderone
|
30c79bf678
|
make sure executable is unicode too, if that matters
|
2021-01-11 09:51:36 -05:00 |
|
Jean-Paul Calderone
|
b5f0e21ef8
|
testtools convention - actual value comes first
|
2021-01-10 20:19:15 -05:00 |
|
Jean-Paul Calderone
|
3bde012ea1
|
Create a better expectation
If we pass all this stuff to Popen we should expect to see it from get_argv() right?
|
2021-01-10 20:18:00 -05:00 |
|
Jean-Paul Calderone
|
28435d65c1
|
test the SUT
|
2021-01-10 20:16:25 -05:00 |
|
Jean-Paul Calderone
|
360b20a981
|
FilePath again
|
2021-01-10 20:14:05 -05:00 |
|
Jean-Paul Calderone
|
77c9a2c2f5
|
make the failures a little nicer
|
2021-01-10 20:13:17 -05:00 |
|
Jean-Paul Calderone
|
18de71666f
|
try to work-around bugs in the Popen hotfix
|
2021-01-10 20:10:34 -05:00 |
|
Jean-Paul Calderone
|
a21b66e775
|
FilePath again
|
2021-01-10 20:06:07 -05:00 |
|
Jean-Paul Calderone
|
e64a4c6426
|
Attempt to use a parent-side API that supports unicode properly
|
2021-01-10 19:59:22 -05:00 |
|
Jean-Paul Calderone
|
6091ca2164
|
try to get the child source right
|
2021-01-10 11:23:19 -05:00 |
|
Jean-Paul Calderone
|
b02b930eed
|
do better with paths
|
2021-01-10 11:22:00 -05:00 |
|
Jean-Paul Calderone
|
a73668a056
|
this doesn't take a list
|
2021-01-10 11:21:13 -05:00 |
|
Jean-Paul Calderone
|
b3a6f25c1c
|
Python 2 gets an old version with no CommandLineToArgv
Thanks.
|
2021-01-10 11:01:30 -05:00 |
|
Jean-Paul Calderone
|
6b621efef2
|
Turns out there is also CommandLineToArgv
just not CommandLineToArgvW, but that's fine.
|
2021-01-10 10:48:49 -05:00 |
|
Jean-Paul Calderone
|
24f3d74fdf
|
Fix the skip
|
2021-01-10 10:48:40 -05:00 |
|
Jean-Paul Calderone
|
e80bd6894f
|
Take a first attempt at testing the argv logic directly
|
2021-01-10 10:39:51 -05:00 |
|
Jean-Paul Calderone
|
d78e72595a
|
Use SetErrorMode and related constants from pywin32
|
2021-01-09 18:19:09 -05:00 |
|
Jean-Paul Calderone
|
1ae0311e36
|
Merge pull request #949 from tahoe-lafs/port-webish
Port webish/test_webish to Python 3
Fixes: ticket:3577
|
2021-01-08 13:51:00 -05:00 |
|
Itamar Turner-Trauring
|
f71dcfe9fc
|
Lint.
|
2021-01-08 13:42:10 -05:00 |
|
Itamar Turner-Trauring
|
7a15f7e11d
|
Switch to modern (circa 2014!) Conch API.
|
2021-01-08 13:32:11 -05:00 |
|
Itamar Turner-Trauring
|
3b29a5f707
|
Work with new Unicode configs.
|
2021-01-07 11:59:23 -05:00 |
|
Itamar Turner-Trauring
|
308dbba924
|
Fix flake.
|
2021-01-07 09:20:39 -05:00 |
|
Itamar Turner-Trauring
|
7b1bfadd21
|
Rip out FTP.
|
2021-01-06 13:39:52 -05:00 |
|
Itamar Turner-Trauring
|
7b091bde9b
|
Port to Python 3.
|
2021-01-06 10:51:05 -05:00 |
|
Itamar Turner-Trauring
|
192063acfa
|
Port to Python 3.
|
2021-01-06 09:59:33 -05:00 |
|
Itamar Turner-Trauring
|
a5e22d93cc
|
All tests pass on Python 3.
|
2021-01-06 09:54:48 -05:00 |
|
Itamar Turner-Trauring
|
ebaf075966
|
Another passing test on Python 3.
|
2021-01-06 09:38:43 -05:00 |
|
Itamar Turner-Trauring
|
f3d795d9a8
|
More passing tests on Python 3.
|
2021-01-06 09:31:15 -05:00 |
|
Itamar Turner-Trauring
|
d82bcc5280
|
Another passing test on Python 3.
|
2021-01-06 09:26:18 -05:00 |
|
Itamar Turner-Trauring
|
2998057d91
|
Don't need byte strings for debug!
|
2021-01-05 16:47:34 -05:00 |
|
Itamar Turner-Trauring
|
06fb9496ab
|
Another test passing on Python 3.
|
2021-01-05 16:35:57 -05:00 |
|
Itamar Turner-Trauring
|
0241244e49
|
Another test passing on Python 3.
|
2021-01-05 16:30:17 -05:00 |
|
Itamar Turner-Trauring
|
3a6f3f2809
|
Merge remote-tracking branch 'origin/master' into 3579.ftp-python-3
|
2021-01-05 16:05:56 -05:00 |
|