Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

py3 friendly #5

Open
wants to merge 68 commits into
base: py3
Choose a base branch
from
Open

py3 friendly #5

wants to merge 68 commits into from

Conversation

doomedraven
Copy link
Contributor

No description provided.

doomedraven and others added 12 commits October 13, 2019 10:32
try/except in socks5 needed for timeout to not raise error `AttributeError: module 'socket' has no attribute '_socketobject'`
few tests still fails, if you can check them also would be great

tests/test_config.py .....F.....                                                                                                                                                                                                       [  8%]
tests/test_config_values.py ....                                                                                                                                                                                                       [ 12%]
tests/test_database.py ....F................................                                                                                                                                                                           [ 41%]
tests/test_helpers.py .........FF.......                                                                                                                                                                                               [ 56%]
tests/test_logs.py .                                                                                                                                                                                                                   [ 56%]
tests/test_manager.py ............................                                                                                                                                                                                     [ 79%]
tests/test_misc.py .......                                                                                                                                                                                                             [ 84%]
tests/test_socks5.py .........F....                                                                                                                                                                                                    [ 96%]
tests/test_tools.py .....
@RicoVZ RicoVZ changed the base branch from master to py3 October 17, 2019 08:45
@doomedraven
Copy link
Contributor Author

@RicoVZ on appveyor it try to use python 2.7.16 is why it fails

@doomedraven
Copy link
Contributor Author

the same for macos x

/Users/travis/.travis/functions: line 109: python3: command not found
The command "python3 setup.py install" failed and exited with 127 during .

but it builds just fine on linux

@codecov-io
Copy link

codecov-io commented Oct 17, 2019

Codecov Report

Merging #5 into py3 will decrease coverage by 0.17%.
The diff coverage is 78.18%.

Impacted file tree graph

@@            Coverage Diff             @@
##              py3       #5      +/-   ##
==========================================
- Coverage   71.74%   71.56%   -0.18%     
==========================================
  Files          11       11              
  Lines         913      932      +19     
==========================================
+ Hits          655      667      +12     
- Misses        258      265       +7
Impacted Files Coverage Δ
socks5man/main.py 0% <0%> (ø) ⬆️
socks5man/logs.py 100% <100%> (ø) ⬆️
socks5man/database.py 90.25% <100%> (+0.08%) ⬆️
socks5man/helpers.py 100% <100%> (ø) ⬆️
socks5man/manager.py 98.27% <100%> (+0.03%) ⬆️
socks5man/misc.py 96.82% <100%> (-1.57%) ⬇️
socks5man/config.py 100% <100%> (ø) ⬆️
socks5man/tools.py 48.24% <50%> (ø) ⬆️
socks5man/socks5.py 96.84% <86.66%> (-3.16%) ⬇️
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2b24176...ad0f33b. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants