-
-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #75 from plotly/dash-testing
update to dash 1.0, plus R build
- Loading branch information
Showing
22 changed files
with
175 additions
and
172 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
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,4 +1,2 @@ | ||
dash==0.38.0 | ||
pytest | ||
dash[testing]>=1.0.2 | ||
pytest-cookies | ||
pytest-dash==2.1.1 |
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
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,3 +1,14 @@ | ||
{ | ||
"presets": ["env", "react"] | ||
"presets": ["@babel/preset-env", "@babel/preset-react"], | ||
"env": { | ||
"production": { | ||
"plugins": ["@babel/plugin-proposal-object-rest-spread", "styled-jsx/babel"] | ||
}, | ||
"development": { | ||
"plugins": ["@babel/plugin-proposal-object-rest-spread", "styled-jsx/babel"] | ||
}, | ||
"test": { | ||
"plugins": ["@babel/plugin-proposal-object-rest-spread", "styled-jsx/babel-test"] | ||
} | ||
} | ||
} |
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,5 +1,7 @@ | ||
include {{cookiecutter.project_shortname}}/{{cookiecutter.project_shortname}}.min.js | ||
include {{cookiecutter.project_shortname}}/{{cookiecutter.project_shortname}}.dev.js | ||
include {{cookiecutter.project_shortname}}/{{cookiecutter.project_shortname}}.min.js.map | ||
include {{cookiecutter.project_shortname}}/metadata.json | ||
include {{cookiecutter.project_shortname}}/package.json | ||
include {{cookiecutter.project_shortname}}/package-info.json | ||
include README.md | ||
include LICENSE | ||
include package.json |
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,3 +1,5 @@ | ||
[pytest] | ||
testpaths = tests/ | ||
webdriver = Chrome | ||
addopts = -rsxX -vv | ||
log_format = %(asctime)s | %(levelname)s | %(name)s:%(lineno)d | %(message)s | ||
log_cli_level = ERROR |
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,2 +1,2 @@ | ||
# dash is required to call `build:py` | ||
dash>=0.38.0 | ||
dash>=1.0.2 |
Oops, something went wrong.