Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing: add test cases for the different types of objects we want to grade #22

Open
2 tasks
nischalshrestha opened this issue Dec 10, 2020 · 1 comment
Open
2 tasks
Labels
standalone Features and issues for the Python standalone version

Comments

@nischalshrestha
Copy link
Contributor

nischalshrestha commented Dec 10, 2020

We want some coverage of some core objects to test both the output and code checking.

TODOs:

  • Python objects (dicts, custom classes like pandas.DataFrame)
  • complex expressions that mixes various sub-expressions, for e.g. from this tutorial:
(
  pd.read_csv('data/train.csv')
    .pipe(replace_age_na, pclass_age_map)
    .query('Embarked == "S"')
)
@nischalshrestha nischalshrestha added the standalone Features and issues for the Python standalone version label Dec 10, 2020
@nischalshrestha
Copy link
Contributor Author

I think output checking could be modeled after tblcheck where we could provided a summary of issues against target DataFrame

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
standalone Features and issues for the Python standalone version
Projects
None yet
Development

No branches or pull requests

1 participant