M. Zulqarnain
2c44315ce0
refactor: pyupgrade on pavelib & scripts ( #26769 )
2021-03-12 14:14:53 +05:00
M. Zulqarnain
bc568309ec
BOM-1701: Ran pyupgrade on pavelib ( #24230 )
2020-06-17 17:09:38 +05:00
Aarif
98af9ce418
remove useless-supression warnings
2020-05-01 19:42:15 +05:00
Feanil Patel
9cf2f9f298
Run 2to3 -f future . -w
...
This will remove imports from __future__ that are no longer needed.
https://docs.python.org/3.5/library/2to3.html#2to3fixer-future
2019-12-30 10:35:30 -05:00
Jeremy Bowman
a6b8cbe627
Remove obsolete field type BOM-996 ( #22203 )
2019-10-31 15:23:58 -04:00
Calen Pennington
1823d9f098
Add django app for running Coverage who-tests-what in bokchoy
2019-07-24 10:13:46 -04:00
Ayub khan
07f907ec56
INCR-388 python3 compatibility
2019-07-15 13:15:11 +05:00
Jeremy Bowman
c1c4cf5bf7
Remove more unused pa11ycrawler code ( #20690 )
2019-05-24 15:22:08 -04:00
Jeremy Bowman
a9cd9de89f
TE-2647 Stop running pa11ycrawler ( #20682 )
2019-05-24 11:02:49 -04:00
Matthew Piatetsky
6cf44a0467
fix unicode strings in pavelib/
2019-02-05 09:14:20 -05:00
cclauss
8fca11b85c
Use print() function in both Python 2 and Python 3
2019-01-13 17:16:37 +01:00
Jeremy Bowman
93ed653b7b
TE-2632 Fix site fixture domains for devstack bok-choy tests
2018-07-06 13:02:57 -04:00
Michael Youngstrom
0e3b4bade5
Use s3 db cache on devstack
2018-04-20 09:52:57 -04:00
bmedx
40951a28cf
Fixing some violations to assuage pylint and get a bit of overhead
2018-01-24 11:26:43 -05:00
Stuart Young
ee02919ad7
use db cache in jenkins bok choy builds
...
move migration calculation to reset test-db script
2018-01-10 11:58:27 -05:00
Stuart Young
454e5a3b55
bokchoy option for explicitly running migrations
2017-12-29 08:51:32 -05:00
John Eskew
4bbc3aa37a
Turn on deprecation warnings post-Django 1.11 for bokchoy tests.
2017-12-06 16:04:02 -05:00
Ned Batchelder
e23e3a0486
Fix a number of unused-import pylint violations
2017-11-21 19:57:06 -05:00
Michael Youngstrom
a6b55c2d17
Remove coverage reports for a11y and bokchoy tests by default
2017-11-13 12:28:07 -05:00
Jeremy Bowman
ca97e946a6
Switch to pytest for unit tests
2017-09-22 16:07:53 -04:00
Jeremy Bowman
9e3f35db22
PLAT-1676 Use pytest for bok-choy tests
2017-08-14 11:49:39 -04:00
Jeremy Bowman
5a6b8cd35b
PLAT-1228 Support bok-choy in Docker Devstack
2017-06-22 15:03:12 -04:00
Ben Patterson
6e5769f279
Fix webpack service location for testing.
2017-05-01 17:09:32 -04:00
Michael Youngstrom
067348b858
Allow Pa11ycrawler to run against a single url
...
Utilize scrapy parse
specify custom callback and add port
Getting rid of scrapy parse. A modified crawl will work
remove log
Remove unnecessary input options
Remove extra empty line
version bump v1.5.9
Reduce duplicate code
add in port and simplify further
clean command further
add port to basic command
Bump Pa11yversion to the newest version
2017-02-21 15:53:53 +00:00
Ari Rizzitano
c8cc7cc14b
[pa11ycrawler] update location of pa11ycrawler ignore rules file (AC-701)
...
[pa11ycrawler] update location of pa11ycrawler ignore rules file (AC-701)
patch test
temporarily force a pa11ycrawler PR run
remove temp run of pa11ycrawler
2017-01-24 15:23:11 -05:00
David
32e7836bd9
Add pa11y_ignore_rules_url to paver pa11ycrawler
2016-09-07 14:46:30 -04:00
David Baumgold
7f60fa5e25
Make data-dir explicit for pa11ycrawler
2016-08-15 15:46:10 -04:00
David Baumgold
18500472c6
Use updated, simplifed version of pa11ycrawler
2016-08-15 14:24:17 -04:00
Calen Pennington
f3cc7bd588
Mark some side-effecting actions so that they follow the --dry-run paver flag
2016-08-03 16:13:10 -04:00
Calen Pennington
d8defaa45a
Clarify how options are passed to paver tasks, so that pa11y subtasks get needed information
2016-08-03 16:13:10 -04:00
Calen Pennington
ea28eb6197
Revert "Revert "Merge pull request #13021 from cpennington/paver-timing""
...
This reverts commit acf50c4469 .
2016-08-03 16:13:10 -04:00
Ben Patterson
066450d274
FEDX-152. Pipe collectstatic results to a file for bok-choy tests.
2016-07-29 08:11:13 -04:00
Calen Pennington
acf50c4469
Revert "Merge pull request #13021 from cpennington/paver-timing"
...
This reverts commit ed80381b41 , reversing
changes made to 205cb8b3eb .
2016-07-26 13:32:59 -04:00
Calen Pennington
8c3d4ce85c
Split actions needed for bok_choy tests into smaller tasks to get more granular timing information
2016-07-22 10:57:08 -04:00
Calen Pennington
0e90567f37
Remove the --pdb option, because it was just a passthrough to nose
2016-06-28 13:33:33 -04:00
Calen Pennington
2690c044c6
Only generate xunit files during CI builds, so that pudb works during development
2016-06-28 10:46:53 -04:00
Calen Pennington
6b61bc44d9
Covert all paver command manipulation to happen on lists of args/options, rather than strings
2016-06-28 10:46:35 -04:00
Calen Pennington
206cedf55e
Deprecate extra_args in favor of just passing through all unknown options
2016-06-27 15:19:50 -04:00
Diana Huang
1162dbc18f
Enable VERIFY_XSS checking by default.
2016-05-18 16:27:15 -04:00
Christine Lytwynec
645839b81d
Fix default args for paver pa11ycrawler
2016-04-22 13:58:19 -04:00
Christine Lytwynec
bded48007b
Fix start url format for paver pa11ycrawler
2016-04-22 13:58:18 -04:00
Christine Lytwynec
6e93cee2da
add --skip-fetch flag, update start_urls, update auto_auth to include redirect_to param
2016-04-21 14:21:16 -04:00
Christine Lytwynec
a14718bb92
Add pa11ycrawler command
2016-04-11 15:47:26 -04:00
Omar Khan
d426931e40
Add --save_screenshots option to paver test_bokchoy
2016-04-01 08:56:27 +07:00
Eric Fischer
be00a96129
Get environment variable for bok-choy-custom runs
2016-03-22 10:16:30 -04:00
cahrens
0c9937889b
Enabling XSS vulnerability flag for bok choy tests
2016-03-22 10:16:27 -04:00
Ben Patterson
e5da5006fb
Testsonly mode should also skip clearing mongo.
2016-02-04 06:58:57 -05:00
Ben Patterson
4caed6184c
Do not flush the database when using bok-choy in testsonly mode.
...
Testsonly will not work currently, because the database flush will
remove some data fixtures. Even when they are loaded at the beginning
of the next test run, there are database corruptions. Instead of
flushing, do not do anything with the database at the end of the
testsonly test run. That way, tests that use dynamic data can be
run many times in a row.
2016-02-04 06:58:57 -05:00
Jesse Zoldak
a00ebe925a
Do not clean test files with bok choy testsonly command
2016-01-19 13:48:17 -05:00
Zia Fazal
7cdeb3300a
load db_fixures when run with --testsonly
...
revert shell script change
2015-12-31 15:39:08 +05:00