Enable the django_nose app by default - #706
Merged
Merged
Conversation
The django_nose it is very useful, even outside the test environment. For example, it lets you to easily run test from manage.py without additional changes to the test packages.
Contributor
Author
|
@wedaly @cpennington please review. |
Contributor
|
👍 |
Contributor
Author
|
Nice, jenkins is running for this PR! |
Contributor
|
👍 |
rocha
added a commit
that referenced
this pull request
Aug 16, 2013
Enable the django_nose app by default
e-kolpakov
referenced
this pull request
in open-craft/openedx-platform
Jun 22, 2016
YONK-320: move organizations app to seperate repo
caesar2164
pushed a commit
to caesar2164/edx-platform
that referenced
this pull request
Oct 24, 2017
…-version Add explicit version to ora2 pip package
jfavellar90
pushed a commit
to eduNEXT/edx-platform
that referenced
this pull request
Apr 11, 2018
talenetic SSO and translations
Sujeet1379
pushed a commit
to chandrudev/edx-platform
that referenced
this pull request
Nov 17, 2022
openedx#706) This reverts commit f93519f. The original fix may have been working after all and a bogus test by me using a staff account made me think the discount was not being offered. Reverting the emergency fix and going to test the original fix again.
AhtishamShahid
pushed a commit
that referenced
this pull request
Mar 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The django_nose it is very useful, even outside the test environment. For example, it lets you to easily run test from manage.py without additional changes to the test packages.