Safihre
|
6d8c264e90
|
Update copyright year to 2020
|
5 years ago |
Safihre
|
9f777c12ce
|
Code-style corrections for recent commits
Closes #1401
|
5 years ago |
Sander Jonkers
|
3d2e6904a5
|
Introduction of unittest for happyeyeballs()
|
5 years ago |
Safihre
|
1a494cbf14
|
Move sleepless-test to the right directory
|
5 years ago |
Safihre
|
97df88a5ad
|
Skip failing daemon test on MacOS
Trying to figure out what is going wrong, it just results in a hard kill of the Python process.
|
5 years ago |
Safihre
|
bc8f3e527a
|
Add Python 3.8 to CI-tests
|
6 years ago |
Safihre
|
33eccf3e5d
|
Correct the CI-tests
|
6 years ago |
Safihre
|
7c3c17ff85
|
Py3: Add test for SFV-check functions
|
6 years ago |
Safihre
|
3efd595fc6
|
Run CI-tests less verbose and only on Chrome
|
6 years ago |
Saurav Kumar
|
7fcdad0e69
|
Added new tests for utils (#1266)
* Added util tests
* FIxed build failures
* Incorportaed review comments
Added new tests
* Test added for generate_key
* Updated module name
* Correct newly added tests
|
6 years ago |
Safihre
|
6b3f8bd255
|
Py3: Remove error.log if it is too big
Including tests
|
6 years ago |
Safihre
|
7034fb27a6
|
Py3: Fix HTML login
Closes #1246
|
6 years ago |
Safihre
|
052762fd03
|
Py3: Re-organize forking/daemonizing for Python 3
And added basic tests that it can fork.
Closes #1237 and #1255
|
6 years ago |
Safihre
|
a9185b4aee
|
Py3: Add pygettext to repo and basic test of POT extraction
Python is deprecating pygettext.py so we better have our own, just like msgfmt.py
|
6 years ago |
Safihre
|
973483930b
|
Py3: Fix parsing of newznab/nZEDb/nntmux in feedparser and added tests
|
6 years ago |
Safihre
|
e5553e254b
|
Py3: Test and code-format Sample-PostProc
|
6 years ago |
Safihre
|
a92f94d560
|
Py3: Test and code-format apireg
|
6 years ago |
Safihre
|
db6a6798e7
|
Py3: Show Logging should just be bytes only
Let's not do any unicode stuff!
Closes #1248
|
6 years ago |
Safihre
|
50ad203aa8
|
Py3: Fix Show Logging
Closes #1247
|
6 years ago |
Safihre
|
b8d7ba8995
|
Py3: mailslot test was unstable
|
6 years ago |
Safihre
|
082d7047c3
|
Py3: Convert mailslot to Python 3
If we ever wanted, we can now also communicate using unicode!
Also added basic test.
|
6 years ago |
Safihre
|
e558101709
|
Py3: Force code-style check for successful build
|
6 years ago |
Safihre
|
27a123c688
|
Py3: Code-format tests-files
|
6 years ago |
Safihre
|
845c608d2b
|
Py3: Faulty login handler didn't report NNTP-code
And added tests.
Closes #1241
|
6 years ago |
Safihre
|
872a6d3031
|
Renaming in sanitize_foldername and sanitize_filename were not the same
Closes #1240
|
6 years ago |
Safihre
|
a903679dfb
|
MultiPar doesn't need special colon handling
Closes #1239
|
6 years ago |
Safihre
|
f31e4f9d01
|
Rework time_format function and add tests
|
6 years ago |
Safihre
|
7c45050e05
|
Py3: Remove dead code and fix some minor mistakes
Found by the vulture-tool
|
6 years ago |
Safihre
|
c03436a566
|
Py3: Correct the same_file function
With tests!
|
6 years ago |
Safihre
|
917221ea3f
|
Py3: Fix bug in split_host
|
6 years ago |
Safihre
|
e34a464835
|
Py3: Add new tests to download-test - zip, passworded
|
6 years ago |
Safihre
|
baa9d3634f
|
Py3: Reshuffle functional download-tests
To be able to add more later
|
6 years ago |
Safihre
|
b124f2a2a9
|
Py3: Add functional test of basic RSS-feed flow
|
6 years ago |
Safihre
|
743e660395
|
Py3: Add additional misc-tests
|
6 years ago |
Safihre
|
2e8ca99980
|
Py3: Add a whole bunch of misc-unittests
|
6 years ago |
Safihre
|
38eca9a7d4
|
Py3: Add test for new encoding function
|
6 years ago |
Safihre
|
0ae5b11773
|
Py3: Introduce proper unknown-encoding handling
|
6 years ago |
Safihre
|
c2fcc488ac
|
Py3: Split functional tests
|
6 years ago |
Safihre
|
638e87515a
|
Py3: Add submitting of Config pages to basic functional test
Easy way to find crashes
|
6 years ago |
Safihre
|
2c095e97c9
|
Py3: Encoding-parameter of POpen is not available in Python 3.5
|
6 years ago |
Safihre
|
2285a9b7d9
|
Py3: Fully activate functional tests
|
6 years ago |
Safihre
|
3063ec0e1e
|
Py3: Re-enable Travis and AppVeyor, including functional tests
|
6 years ago |
Safihre
|
155fb8e5d2
|
Py3: Further extend testing-framework and use PyTest style
|
6 years ago |
Safihre
|
c728360a3c
|
Py3: Add basic testing support
|
6 years ago |
Safihre
|
a85a988b22
|
Lower connections in CI-test to prevent failures
Travis rotates between 10 IP's every few ms.. Madness. https://twitter.com/travisci/status/1085214062152159232
Because of that we can't use more than 2 connections, otherwise the newsservers get very cranky.
|
6 years ago |
Safihre
|
60afb7f444
|
Update copyright year to 2019
|
6 years ago |
Safihre
|
2341ea44ec
|
Py3: Fixes after merge from develop
And set the shebang to Python 3 specifc
|
7 years ago |
Safihre
|
fa908de6e9
|
Test a unicode download
Broken-unicode job is still work-in-progress
|
7 years ago |
Safihre
|
e6d481a2ba
|
Perform functional tests also on macOS
|
7 years ago |
Safihre
|
0958caf5ed
|
If no newsserver-info, skip tests
|
7 years ago |