Adrián Chaves
|
5f4df622a1
|
test_utils_iterators.py: support Windows the right way
|
2020-08-13 05:41:06 +02:00 |
Adrián Chaves
|
890b2138a6
|
Remove the u prefix from strings
|
2020-07-30 13:39:30 +02:00 |
Adrián Chaves
|
6e119bd3e3
|
Merge branch 'master' into azure-pipelines
|
2020-07-14 11:26:19 +02:00 |
Eugenio Lacuesta
|
9aea1f0961
|
Remove backslash (tests)
|
2020-07-09 11:04:46 -03:00 |
Adrián Chaves
|
6e58da1dcd
|
Merge branch 'master' into azure-pipelines
|
2020-07-02 17:49:42 +02:00 |
Eugenio Lacuesta
|
3eeecb4273
|
Merge branch 'master' into flake8-max-line-length
|
2020-05-15 11:11:20 -03:00 |
Eugenio Lacuesta
|
be39f274b8
|
Merge branch 'master' into flake8-remove-e128
|
2020-05-08 18:33:29 -03:00 |
Antonio Gordillo Toledo
|
cf09af787e
|
Remove Python 2 encoding header from files (#4553)
|
2020-05-08 15:45:19 +02:00 |
Eugenio Lacuesta
|
8b4485134e
|
Merge branch 'flake8-remove-e126' into flake8-remove-e128
|
2020-05-07 12:50:20 -03:00 |
Eugenio Lacuesta
|
881b4f417f
|
Flake8: Remove E128 (tests, part 3)
|
2020-05-06 19:33:22 -03:00 |
Eugenio Lacuesta
|
25eeb77ba6
|
Merge remote-tracking branch 'upstream/master' into flake8-max-line-length
|
2020-05-06 16:52:17 -03:00 |
Eugenio Lacuesta
|
88efc98847
|
Flake8: remove E129
|
2020-05-06 16:42:47 -03:00 |
Eugenio Lacuesta
|
efb6f13deb
|
Remove assertions from production code (#4440)
|
2020-04-23 12:40:10 +02:00 |
Adrián Chaves
|
ea3e675801
|
test_utils_iterators: use os.linesep
|
2020-04-16 17:10:45 +02:00 |
Eugenio Lacuesta
|
01d73dd3f0
|
Merge branch 'master' into flake8-max-line-length
|
2020-04-15 09:24:33 -03:00 |
Eugenio Lacuesta
|
94d7ad76cb
|
Fix pycodestyle E2XX (whitespace) (#4468)
|
2020-04-15 14:11:37 +02:00 |
Eugenio Lacuesta
|
182394bcec
|
E501 compliance (tests)
|
2020-03-22 23:29:30 -03:00 |
Marc Hernández
|
91bbc70bc1
|
fix E30X flake8 (#4355)
|
2020-02-21 06:05:31 +01:00 |
Eugenio Lacuesta
|
714e0d3ac9
|
Merge remote-tracking branch 'upstream/master' into remove-six-code
|
2019-11-20 12:41:38 -03:00 |
Adrián Chaves
|
f261cf65e9
|
Add missing blank lines between functions and classes
Also fixed 2 unrelated Flake8 issues
|
2019-11-18 17:16:09 +01:00 |
Eugenio Lacuesta
|
d72444b9c8
|
Remove more six imports
|
2019-11-03 01:11:28 -03:00 |
Eugenio Lacuesta
|
5d8abdde59
|
Remove six.text_type from tests
|
2019-11-03 01:01:23 -03:00 |
Mikhail Korobov
|
2c3b2158c9
|
DOC address @stummjr's review comments
* fixed several small issues
* re-written "Creating Selectors" section
* fixed remaining .extract usage in tests
|
2018-09-18 05:02:17 +05:00 |
Mikhail Korobov
|
53da56c8dc
|
TST update tests to use get/getall/attrib instead of extract
|
2018-09-12 17:57:27 +05:00 |
Jakob de Maeyer
|
cb28175750
|
Fix csviter tests by explicitly using newline only
|
2018-08-15 01:35:01 -03:00 |
Chomba Ng'ang'a
|
4ca61a2051
|
Update deprecated test aliases
- change ``failIf`` to ``assertFalse``
- change ``asertEquals`` to ``assertEqual``
- change ``assert_`` to ``assertTrue``
https://docs.python.org/2/library/unittest.html#deprecated-aliases
|
2017-08-09 12:52:10 +02:00 |
Paul Tremberth
|
1347015a80
|
Refactored test code
|
2016-01-13 12:32:28 +01:00 |
Paul Tremberth
|
d4c7d72b2b
|
Add tests for input type in xmliter calls
|
2016-01-13 12:13:47 +01:00 |
Paul Tremberth
|
9fad25f3d1
|
Use explicit Unicode and bytes for XML body in tests
|
2016-01-13 11:42:41 +01:00 |
Paul Tremberth
|
2f2c2e8096
|
Merge remote-tracking branch 'origin/master' into xmliter-unicode
|
2016-01-13 11:42:01 +01:00 |
Paul Tremberth
|
6ddd814738
|
Support unicode tags in xml iterators (fixes #1665)
|
2016-01-12 10:48:45 +01:00 |
Paul Tremberth
|
d4872940db
|
PY3: port utils/iterators
|
2016-01-07 10:51:27 +01:00 |
Νικόλαος-Διγενής Καραγιάννης
|
d66efb13ba
|
test xml nodename with dots
|
2015-10-07 14:43:47 +03:00 |
nyov
|
17b5e9fb86
|
PY3 response bodies as bytes
|
2015-08-08 04:23:32 +05:00 |
nyov
|
6d48c19acd
|
dissolve `scrapy.contrib_exp`
|
2015-04-07 21:20:48 +00:00 |
tpeng
|
82d138e87e
|
support namespace prefix in xmliter_lxml
|
2014-12-15 16:17:06 +01:00 |
Mikael Åhlén
|
22da1783bd
|
added a test-case for wrong quotechar
|
2014-09-13 03:47:40 +02:00 |
Mikael Åhlén
|
47b6dff9f1
|
Allow to specify the quotechar in CSVFeedSpider
|
2014-09-13 02:14:57 +02:00 |
Daniel Graña
|
242c08553f
|
move tests under root dir
|
2014-07-30 19:45:08 -03:00 |