Skip to content

Commit

Permalink
Fix test_generate_offer_package
Browse files Browse the repository at this point in the history
  • Loading branch information
TaurusOlson committed May 17, 2019
1 parent 9123a33 commit 0a8e22e
Show file tree
Hide file tree
Showing 4 changed files with 5,805 additions and 20 deletions.
24 changes: 24 additions & 0 deletions .projections.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"cdiscountapi/helpers.py": {
"type": "helpers",
"alternate": "cdiscountapi/tests/test_helpers.py"
},
"cdiscountapi/tests/test_helpers.py": {
"alternate": "cdiscountapi/helpers.py"
},
"cdiscountapi/sections/*.py": {
"type": "section",
"alternate": "cdiscountapi/tests/test_{}.py"
},
"cdiscountapi/tests/test_*.py": {
"type": "test",
"alternate": "cdiscountapi/sections/{}.py"
},
"cdiscountapi/packages/__init__.py": {
"type": "packages",
"alternate": "cdiscountapi/tests/test_packages.py"
},
"cdiscountapi/tests/test_packages.py": {
"alternate": "cdiscountapi/packages/__init__.py"
}
}
Loading

0 comments on commit 0a8e22e

Please sign in to comment.