This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rip out product_details (no longer works with this django version)
- Loading branch information
Showing
8 changed files
with
131 additions
and
138 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
from django import test | ||
|
||
from product_details import product_details | ||
from lib import product_details | ||
|
||
|
||
class LanguageTestCase(test.TestCase): | ||
"""Make sure our language list does what it should.""" | ||
|
||
def test_ja_jp_mac(self): | ||
"""ja-JP-mac is not a default language, but we need it.""" | ||
assert 'ja-JP-mac' in product_details.languages.keys() | ||
assert 'ja-JP-mac' in product_details('languages').keys() |
Oops, something went wrong.