-
Notifications
You must be signed in to change notification settings - Fork 69
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
Refactoring tests to its specific tasks #58
Comments
Probably next week I can handle that. If anyone wants to pair on that, drop a line saying day/time it could work for you. |
cc @lipemorais |
Notes by @lipemorais in #53 about
(this last comment about line 93) |
We we're thinking about testing:
|
In Brazilian Portuguese TDD means teste depois do deploy, right? |
I'm run the tests and I just realized one thing, because it's taking more time than I expect. Test this PR would even easier with unit tests. Just fetch needs integration, translate and clean could use only use unit test with a example files. :/ |
@lipemorais Yes, I was talking about that tests taking so long to run yesterday in your daily meeting, and I didn't know what to do, do you have any suggestion for us? Something like a light or something? I really doesn't know what to do :T I just really tested what I wanted to do, and didn't know how to properly refactor it |
I can think now in two ways:
|
I'm working on it. :) |
Hey! |
Ok, I'll close it ;) |
This issue aims at refactoring two existent tests that are working well, but need enhancements to keep tests independent of network connection and writing to/reading filesystem.
Tests that need to be refactored:
tests/test_federal_senate_dataset.py
tests/test_chamber_of_deputies_dataset.py
@cuducos would like to help in it :)
The text was updated successfully, but these errors were encountered: