Andrey Rakhmatullin
|
cc9c415bf3
|
Disable ipython for InteractiveShellTest.
|
2023-10-18 19:30:57 +04:00 |
Andrey Rakhmatullin
|
d19e315b0b
|
Add an interactive test for `scrapy shell`.
|
2023-09-24 21:51:19 +04:00 |
Adrián Chaves
|
b07d3f85a3
|
Upgrade CI tools
|
2023-02-02 06:37:40 +01:00 |
Jalil SA
|
a5c1ef8276
|
sort imports with isort
|
2023-01-25 14:25:15 -06:00 |
Emmanuel Rondan
|
c5cdd0d30c
|
reaplying black again and removing line length on pre-commit black config
|
2022-12-29 12:48:20 -03:00 |
Emmanuel Rondan
|
303f0a70fc
|
re applying black to the code with default line length
|
2022-12-29 11:26:06 -03:00 |
Emmanuel Rondan
|
12b556a352
|
Merge branch 'master' into add-black-formatter
|
2022-12-26 12:25:32 -03:00 |
Alex
|
c2de9372a2
|
added unittest for scrapy shell command and fixed flake8 error
|
2022-12-13 21:37:17 -08:00 |
Emmanuel Rondan
|
e211ec0aa2
|
adding black formatter to all the code
|
2022-11-29 11:30:46 -03:00 |
Matthew Donoughe
|
40d9ca3bdd
|
use pathlib
|
2022-10-17 17:40:10 -04:00 |
Mikhail Korobov
|
26c70318cb
|
make Scrapy testing suite more robust in environments where non-existing hosts are resolvable
|
2022-07-17 16:47:20 +05:00 |
Ammar Najjar
|
58ca8bbf6d
|
Use f-strings (#4307)
|
2020-08-26 07:11:05 +02: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
|
9c6d13075a
|
Flake8: Remove E128 (tests, part 1)
|
2020-05-06 18:56:14 -03:00 |
Adrián Chaves
|
2f510fd47d
|
Fix ShellTest.test_local_file on Windows
|
2020-04-15 21:10:05 +02:00 |
Eugenio Lacuesta
|
182394bcec
|
E501 compliance (tests)
|
2020-03-22 23:29:30 -03:00 |
Adrián Chaves
|
75d6f56c8a
|
Switch from ` to `` where inline code formatting is desired
|
2019-03-01 16:56:58 +01:00 |
Mikhail Korobov
|
53da56c8dc
|
TST update tests to use get/getall/attrib instead of extract
|
2018-09-12 17:57:27 +05:00 |
Paul Tremberth
|
2cd579a774
|
Add test for fetch(url) within shell with and without redirect
|
2016-12-07 19:07:32 +01:00 |
Paul Tremberth
|
7e54de2455
|
Add tests for shell command with and without --no-redirect
|
2016-12-07 18:41:24 +01:00 |
Paul Tremberth
|
b828facff4
|
Add shell test for using scrapy.Request() directly without importing scrapy
|
2016-09-15 19:25:20 +02:00 |
Paul Tremberth
|
78f00401cd
|
Remove unused import in tests
|
2016-01-29 16:56:05 +01:00 |
Paul Tremberth
|
481e251775
|
Move guess_scheme() tests to relevant test module
|
2016-01-28 13:51:50 +01:00 |
Paul Tremberth
|
cae268402d
|
Move guess_scheme() to scrapy.utils.url
|
2016-01-28 13:42:04 +01:00 |
Paul Tremberth
|
5f09da60c1
|
Revert "Use pytest.mark.parametrize decorator"
This reverts commit 1a30a7774b.
|
2016-01-22 23:48:58 +01:00 |
Paul Tremberth
|
1a30a7774b
|
Use pytest.mark.parametrize decorator
|
2016-01-22 18:22:19 +01:00 |
Paul Tremberth
|
7a51d370f3
|
Regex-based guess_scheme() + refactor tests
|
2016-01-22 17:16:27 +01:00 |
Paul Tremberth
|
6d73e057b5
|
Extract guess_scheme function and refactor tests
|
2016-01-22 13:07:42 +01:00 |
Paul Tremberth
|
8bd5b60889
|
Remove relpath filepath
|
2016-01-21 23:23:50 +01:00 |
Paul Tremberth
|
240ecbf323
|
Add local file tests for scrapy shell command
Continuation of #1579
|
2016-01-21 22:59:48 +01:00 |
Konstantin Lopuhin
|
47d3c63338
|
py3: port fetch and shell commands, and review + enable already passing test_closespider.py and tests/test_utils_template.py
|
2016-01-20 23:01:29 +03:00 |
Daniel Graña
|
242c08553f
|
move tests under root dir
|
2014-07-30 19:45:08 -03:00 |