-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add examples to ci as the function test (#293)
* add example test in ci * fix path * update dev.txt * update * update env * fix version * update * update * revert env * update * update * update * update * update * update * multi version * update version
- Loading branch information
1 parent
4b82eed
commit cae784f
Showing
6 changed files
with
61 additions
and
28 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,42 +1,67 @@ | ||
# | ||
# This file is autogenerated by pip-compile with python 3.8 | ||
# To update, run: | ||
# This file is autogenerated by pip-compile with Python 3.9 | ||
# by the following command: | ||
# | ||
# pip-compile requirements/dev.in | ||
# | ||
attrs==21.2.0 | ||
|
||
attrs==23.1.0 | ||
# via pytest | ||
click==8.0.3 | ||
build==1.0.3 | ||
# via pip-tools | ||
iniconfig==1.1.1 | ||
# via pytest | ||
packaging==21.2 | ||
# via pytest | ||
pep517==0.12.0 | ||
click==8.1.7 | ||
# via pip-tools | ||
pip-tools==6.4.0 | ||
coverage[toml]==7.2.7 | ||
# via pytest-cov | ||
importlib-metadata==6.7.0 | ||
# via build | ||
iniconfig==2.0.0 | ||
# via pytest | ||
numpy==1.21.6 | ||
# via pandas | ||
packaging==23.2 | ||
# via | ||
# build | ||
# pytest | ||
pandas==1.3.5 | ||
# via -r requirements/example.in | ||
pip-tools==6.14.0 | ||
# via -r requirements/dev.in | ||
pluggy==1.0.0 | ||
pluggy==1.2.0 | ||
# via pytest | ||
prettytable==2.4.0 | ||
prettytable==3.7.0 | ||
# via -r requirements/example.in | ||
py==1.11.0 | ||
# via pytest | ||
pyparsing==2.4.7 | ||
# via packaging | ||
pyproject-hooks==1.0.0 | ||
# via build | ||
pytest==6.2.5 | ||
# via | ||
# -r requirements/test.in | ||
# pytest-cov | ||
pytest-cov==4.1.0 | ||
# via -r requirements/test.in | ||
python-dateutil==2.8.2 | ||
# via pandas | ||
pytz==2023.3.post1 | ||
# via pandas | ||
six==1.16.0 | ||
# via python-dateutil | ||
toml==0.10.2 | ||
# via pytest | ||
tomli==1.2.2 | ||
# via pep517 | ||
wcwidth==0.2.5 | ||
tomli==2.0.1 | ||
# via | ||
# build | ||
# coverage | ||
# pip-tools | ||
# pyproject-hooks | ||
wcwidth==0.2.8 | ||
# via prettytable | ||
wheel==0.37.0 | ||
wheel==0.41.2 | ||
# via pip-tools | ||
pytest-cov==4.0.0 | ||
# via -r requirements/test.in | ||
black==22.8.0 | ||
zipp==3.15.0 | ||
# via importlib-metadata | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# pip | ||
# setuptools |
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 +1,2 @@ | ||
pytest | ||
pytest-cov |