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

Testsfix #425

Merged
merged 10 commits into from
Mar 4, 2024
Merged

Testsfix #425

merged 10 commits into from
Mar 4, 2024

Conversation

ianepreston
Copy link
Owner

Had to rebuild my cassettes recording network outputs and adjust some expectations

Response formats aren't the same as what new requests is expecting, or something like that
After re-running the cassettes had to update some expectations to match the newly pulled data
Might as well add it in while I'm fixing these things
Tables doesn't seem to support it.
Getting near the point where I have to rebuild this library without the stupid HDFS dependency
Match what I'm running locally
pyvcr requires 3.10 now and I don't feel like figuring out how to support older versions
This is just testing that a function wrapped in the class does the same thing as the unwrapped
a) that's silly
b) I'm testing way too much stuff for one test and I don't feel like refactoring it since the premise is dumb
c) When it fails it creates side effects that fail other tests
@ianepreston ianepreston merged commit 54e93ab into master Mar 4, 2024
5 checks passed
@ianepreston ianepreston deleted the testsfix branch March 4, 2024 00:25
ianepreston added a commit that referenced this pull request Jun 27, 2024
* test against python 3.12

* update cassettes

Response formats aren't the same as what new requests is expecting, or something like that

* Update tests

After re-running the cassettes had to update some expectations to match the newly pulled data

* expand testing to 3.12

Might as well add it in while I'm fixing these things

* Drop 3.12

Tables doesn't seem to support it.
Getting near the point where I have to rebuild this library without the stupid HDFS dependency

* bump poetry and nox versions

Match what I'm running locally

* version updates

* Drop support for 3.9 and 3.8

pyvcr requires 3.10 now and I don't feel like figuring out how to support older versions

* explicitly import scwds

Shuts ruff up

* remove static methods check

This is just testing that a function wrapped in the class does the same thing as the unwrapped
a) that's silly
b) I'm testing way too much stuff for one test and I don't feel like refactoring it since the premise is dumb
c) When it fails it creates side effects that fail other tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant