Shlomi Fish
|
7860f47363
|
generate some duplicate code.
|
2018-05-01 17:28:02 +03:00 |
|
Shlomi Fish
|
665985ec6d
|
Add python2 tests.
|
2018-05-01 17:09:12 +03:00 |
|
Shlomi Fish
|
46fafaef58
|
Add another test.
|
2018-05-01 16:58:58 +03:00 |
|
Shlomi Fish
|
b9b65edcb9
|
Add a test.
|
2018-05-01 16:52:22 +03:00 |
|
Shlomi Fish
|
d0b352142b
|
start writing tests for importFile.
|
2018-05-01 16:35:09 +03:00 |
|
Shlomi Fish
|
39cd81d663
|
Refactor/optimize: get rid of TAP.Simple.
It was underused and unneeded.
|
2018-04-15 17:41:09 +03:00 |
|
Shlomi Fish
|
53bc1fb8eb
|
meaningul test blurb.
|
2018-03-24 23:04:07 +03:00 |
|
Shlomi Fish
|
94cbbfafbf
|
Fix a bug with restart of ms-deals.
.reset() in LCRandom31 was not implemented. A test was added.
Thanks to Don.
|
2018-03-24 23:04:07 +03:00 |
|
Shlomi Fish
|
85eedc6186
|
flake8 - empty whitelist.
|
2018-03-21 10:45:12 +02:00 |
|
Shlomi Fish
|
620b2676f4
|
flake8
|
2018-03-21 10:45:12 +02:00 |
|
Shlomi Fish
|
055718d2e9
|
flake8
|
2018-03-21 10:45:12 +02:00 |
|
Shlomi Fish
|
1e8b1bfb1b
|
flake8
|
2018-03-21 10:45:12 +02:00 |
|
Shlomi Fish
|
640f398e6b
|
flake8
|
2018-03-21 10:45:12 +02:00 |
|
Shlomi Fish
|
16d8b00e7f
|
flake8
|
2018-03-21 10:45:12 +02:00 |
|
Shlomi Fish
|
74d3a4d9db
|
Passed mfxutil thru flake8.
See https://github.com/shlomif/PySolFC/issues/61#issuecomment-374283730
- thanks!
|
2018-03-21 10:45:12 +02:00 |
|
Shlomi Fish
|
a68546f7a2
|
convert to unittest.py.
|
2018-03-21 10:45:12 +02:00 |
|
Shlomi Fish
|
e9d04fcf4b
|
Convert to unittest.py.
|
2018-03-19 16:54:13 +02:00 |
|
Shlomi Fish
|
3e9a071926
|
convert to unittest
|
2018-03-19 15:46:26 +02:00 |
|
Shlomi Fish
|
ca758a3a57
|
Add a test.
|
2018-03-19 14:11:15 +02:00 |
|
Shlomi Fish
|
c0bb252166
|
Fix a bug w the formatting of the foundations.
With the input to freecell solver. Reported by Don - thanks! The format
was wrong.
|
2018-03-19 14:11:15 +02:00 |
|
Shlomi Fish
|
020ccfcce7
|
Remove trailing space
|
2018-03-18 15:18:06 +02:00 |
|
Shlomi Fish
|
e4db4f5153
|
Remove trailing space.
|
2018-03-18 15:11:58 +02:00 |
|
Shlomi Fish
|
24a927311c
|
Rename to a more appropriate dir.
|
2018-03-13 16:38:31 +02:00 |
|
Shlomi Fish
|
d0513b732f
|
Add a test.
|
2018-03-12 22:19:18 +02:00 |
|
Shlomi Fish
|
4d1d1a2832
|
Test thru perltidy.
|
2018-03-09 00:35:04 +02:00 |
|
Shlomi Fish
|
938098cd74
|
Skip on mswin to fix appveyor tests.
|
2018-03-09 00:15:18 +02:00 |
|
Shlomi Fish
|
472c0f935a
|
flake8 for htmllib2
|
2018-02-19 18:58:43 +02:00 |
|
Shlomi Fish
|
2c1228fc95
|
got flake8 to validate mahjongg1/2/3.
|
2018-02-19 18:51:02 +02:00 |
|
Shlomi Fish
|
e859a2a4ae
|
Try to fix setup.py w py2exe.
|
2017-12-29 16:00:33 +02:00 |
|
Shlomi Fish
|
2c8f7af1e1
|
Refactor: extract a common module.
|
2017-12-10 18:14:57 +02:00 |
|
Shlomi Fish
|
0515a01a02
|
Fix a random dealing regression in py3.
We had to use the random2 module. That was caught by appveyor - thanks!
|
2017-12-10 17:46:58 +02:00 |
|
Shlomi Fish
|
2f5cad548f
|
try fix appveyor
|
2017-12-10 17:22:16 +02:00 |
|
Shlomi Fish
|
f320d66a5c
|
Add diagnosis.
|
2017-12-10 17:11:01 +02:00 |
|
Shlomi Fish
|
fffa090583
|
Convert appveyor to use run-tests.pl.
|
2017-12-10 16:28:09 +02:00 |
|
Shlomi Fish
|
f103cbdcf2
|
pre prerelease fixes.
Got make rpm to work again.
|
2017-11-15 23:27:03 +02:00 |
|
Shlomi Fish
|
de93df2de7
|
flake8 and other tests.
|
2017-09-18 16:37:02 +03:00 |
|
Shlomi Fish
|
e0efb8a02c
|
flake8
|
2017-09-18 15:57:16 +03:00 |
|
Shlomi Fish
|
86b243ad53
|
flake8
|
2017-09-18 15:37:05 +03:00 |
|
Shlomi Fish
|
e1fa5b2adc
|
Try fix demo in freecell.
The color caplculation was wrong in py3. One char fix + tests:
https://github.com/shlomif/PySolFC/issues/42 .
|
2017-08-25 18:25:58 +03:00 |
|
Shlomi Fish
|
aad8429366
|
Port htmllib to py 3 as pysollib.htmllib2.
The help is somewhat buggy on python 3 still.
|
2017-08-25 18:25:58 +03:00 |
|
Shlomi Fish
|
779c703709
|
Convert Canvas.py to Canvas2 under pysollib.
|
2017-08-25 18:25:58 +03:00 |
|
Shlomi Fish
|
dbf04ad300
|
fix the tests
|
2017-08-25 18:25:58 +03:00 |
|
Shlomi Fish
|
891d4baeb5
|
tidied
|
2017-04-19 19:41:09 +03:00 |
|
Shlomi Fish
|
149496c90c
|
flake8 : traverse recursively.
|
2017-04-19 15:45:56 +03:00 |
|
Shlomi Fish
|
8e89dd203c
|
flake8
|
2017-04-19 12:03:46 +03:00 |
|
Shlomi Fish
|
d0b79131ab
|
flake8 - simplify glob
|
2017-04-19 12:03:46 +03:00 |
|
Shlomi Fish
|
108ca5bdcf
|
flake8
|
2017-04-19 12:03:46 +03:00 |
|
Shlomi Fish
|
69fd04c6dc
|
flake8
|
2017-04-19 12:03:46 +03:00 |
|
Shlomi Fish
|
e3c557b1d0
|
flake8
|
2017-04-19 12:03:46 +03:00 |
|
Shlomi Fish
|
db66722d35
|
flake8
|
2017-04-19 12:03:46 +03:00 |
|