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

Unit tests and continuous integration #19

Open
femtotrader opened this issue Jan 16, 2015 · 2 comments
Open

Unit tests and continuous integration #19

femtotrader opened this issue Jan 16, 2015 · 2 comments
Assignees

Comments

@femtotrader
Copy link

Hello,

I think it will be nice to add some tests (not with unittest package but using either nosetestsor py.test
Moreover continuous integration with Travis-CI will be a good idea
it will probably help to ensure Python 3 transition without regression on Python 2

Kind regards

@femtotrader
Copy link
Author

Sorry I didn't noticed that there was doctest.

but PR is sent to add Travis-CI I think that all forks should have this so it will be easier to merge
(I think we should)

@femtotrader
Copy link
Author

We just need a .travis.yml file like

language: python
python:
  - "2.7"
  - "3.3"

# command to install dependencies
install:
  - "pip install ."

# command to run tests
script: python tests/test_bunch.py

It will be nice if every active fork could enable this

@dsc dsc added the 2.0 label Oct 19, 2024
@dsc dsc self-assigned this Oct 19, 2024
@dsc dsc added the tests label Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants