We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A testing suite would be great to have here.
It should test all basic functionality, and make sure all files are backed up correctly.
I'd like to use pytest for testing.
pytest
The text was updated successfully, but these errors were encountered:
Apparently Travis CI is problematic if you specifically want to run python tests with macOS. http://blog.fizyk.net.pl/blog/running-python-tests-on-traviss-osx-workers.html
Sorry, something went wrong.
Maybe we can explore other CI services? I'll look into this further when I have time.
Put up a PR to start this off. Happy for feedback on my approach/suggestions for more testing.
Just gave it a look -- great work, @pyasi! Leaving some feedback for you, and then we can get it merged in soon.
No branches or pull requests
A testing suite would be great to have here.
It should test all basic functionality, and make sure all files are backed up correctly.
I'd like to use
pytest
for testing.The text was updated successfully, but these errors were encountered: