-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Enable these tests @ CircleCI #1368
Comments
Enable these tests @ CircleCI #1368
Enable these tests @ CircleCI #1368
This comment holds the tests which were in the initial issue description and were already added (and removed from the list). It will get edited until we complete the task.
|
Test commit to make sure the new djmoth stuff works
Enable these tests @ CircleCI #1368
Enable these tests @ CircleCI #1368
Enable these tests @ CircleCI #1368
The problem with the sqlmap exploit tests:
Is that they were written to be run with mysql, and now moth runs with sqlite. Need to think a little bit about this test, and maybe run it against sqlmap testenv #1694 |
re: sqlmap, I believe the best thing is to have two different tests, one for sqlite and one for mysql. I should have the ones for sqlite PASSing today, and create a task for the mysql ones (which can run against testenv). |
Encoding test cases for web_spider blocked for now because of pytries/datrie#20 |
* Failed to complete encoding tests due to pytries/datrie#20 * Enable these tests @ CircleCI #1368
Unblocked! andresriancho/django-moth@038419d |
Enable these tests @ CircleCI #1368
Ahhh, the joy of UnicodeDecode errors: |
Fixed django-moth! https://circleci.com/gh/andresriancho/django-moth/tree/master |
test_sqlmap_wrapper.TestSQLMapWrapper.test_verify_vulnerability_ssl
* Re-enabling test for CI, since it works on my workstation re: Enable these tests @ CircleCI #1368
Enable these tests @ CircleCI #1368
…nstalled testenv in CircleCI * "Enable these tests @ CircleCI #1368": Running test_found_exploit_sqlmap_sqli
* w3af.plugins.tests.attack.test_eval.TestEvalShell.test_found_exploit_eval * w3af.plugins.tests.attack.test_eval.TestEvalShell.test_from_template
The following unittests are considered important and need to be enabled and run in our CircleCI builds:
Right now they are not run and we should enable them one by one until the list is all implemented. This process will take time, but it is the only way to increase the quality of our project.
It is important to notice that this will also require work on https://github.com/andresriancho/django-moth
The list of unittests which aren't run can be found at the bottom of the nosetests.log (circleci build artifacts)
The text was updated successfully, but these errors were encountered: