Skip to content
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

SGA integration tests running via pytest #240

Open
amir-qayyum-khan opened this issue Apr 3, 2018 · 1 comment
Open

SGA integration tests running via pytest #240

amir-qayyum-khan opened this issue Apr 3, 2018 · 1 comment
Labels

Comments

@amir-qayyum-khan
Copy link

amir-qayyum-khan commented Apr 3, 2018

Feedback from @jmbowman:

@amir-qayyum-khan I just got the tests to run via pytest --pyargs edx_sga.tests.integration_tests, although 9 out of 48 failed because the "test_data" directory wasn't available (it isn't installed with edx_sga); it looks like that was just added 3 months ago, so those are probably new failures. You can run individual classes or test cases like:
pytest --pyargs edx_sga.tests.integration_tests::StaffGradedAssignmentXblockTests::test_replace_url_1_True
(ddt data parameters are added to the method name like this, if present).

https:/edx/edx-platform/pull/17850#issuecomment-378295303
cc @pdpinch

@pdpinch
Copy link
Member

pdpinch commented Dec 13, 2021

Is this still relevant?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants