-
Notifications
You must be signed in to change notification settings - Fork 2
Tests #7
Comments
Can you assign this issue to me, I just started working on it and would like to contribute and start the unit tests and set up everything correctly |
Alright, it would be very helpful if you could do this |
I apoligize for the inconveniences, but several breaking changes had to be made. All changes are reflected in existing examples.
|
Were these changes made already? are they made into the master branch, if they are I can definitely pull and it shouldn't be a problem. I am currently working on getting everything set up, the coverage page for the test and all the |
Yes, they are in master |
I am having some issue working with Travis CI since is my first time, I am getting an error for in the virtualenv for Travis that is not recognizing one of my import. Maybe you can provide me some help or guidelines if you have seen this before, if not I will keep debugging
|
Sorry for that, library was renamed to |
No worries I restarted and using |
… fixed/organized the makefile
…xt & modifying the makefile
@Physsix27 are you going to write tests or you only wanted to configure make, Travis? |
I will work on the tests later today for the files I mentioned above |
I'd suggest testing against a real redis install via docker in Travis. |
@Gelbpunkt Can I get a little more detail about that and what is that since I have never done that? |
@Fogapod does not like my idea, I think. https://hub.docker.com/_/redis You'd run You can then use redis-cli on your machine to connect to the redis in the container. Containers are platform-independent (mostly), usually very up to date, depending on the image, and extremely secure due to being mostly separate from the host. Hope that helps ;) |
I don't understand what you want me to do, which looks like a different issue which I don't understand much and would have to do some research to learn more about that topic. I want it to do more python tests because that is the skill I am currently trying to improve. but what you are explaining seems a little different and does not specifies what is it that I need to test. |
I meant that we should maybe think about not using mocks but instead using a Redis with client and server to test them |
@Gelbpunkt I understand what you are trying to say but you still need to test the python code of the project as well no matter which path you take, that would be a decision of the project owner to take. |
@Physsix27 Is there any more progress on this? |
Tests using mock, maybe tests involving real redis in travis, coverage
The text was updated successfully, but these errors were encountered: