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

[ENH] Test widgets on travis #1417

Merged
merged 10 commits into from
Jul 14, 2016
Merged

[ENH] Test widgets on travis #1417

merged 10 commits into from
Jul 14, 2016

Commits on Jul 14, 2016

  1. WidgetTest: Base class for widget tests

    Keeps track of created widgets and makes sure they are properly
    disposed, thus avoiding segmentation faults. Provides a simple signal
    manager that can be used to set inputs and get output values.
    astaric committed Jul 14, 2016
    Configuration menu
    Copy the full SHA
    1bf7657 View commit details
    Browse the repository at this point in the history
  2. SVM Widget: Add tests

    rekonder authored and astaric committed Jul 14, 2016
    Configuration menu
    Copy the full SHA
    d5e5957 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7b57c7 View commit details
    Browse the repository at this point in the history
  4. AdaBoost Widget: Add tests

    rekonder authored and astaric committed Jul 14, 2016
    Configuration menu
    Copy the full SHA
    434a808 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1f0744d View commit details
    Browse the repository at this point in the history
  6. KNN Widget: Add tests

    rekonder authored and astaric committed Jul 14, 2016
    Configuration menu
    Copy the full SHA
    f47eb38 View commit details
    Browse the repository at this point in the history
  7. ScatterPlot: Add tests

    rekonder authored and astaric committed Jul 14, 2016
    Configuration menu
    Copy the full SHA
    aafb775 View commit details
    Browse the repository at this point in the history
  8. GuiTests: Code style

    astaric committed Jul 14, 2016
    Configuration menu
    Copy the full SHA
    898fada View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3688ec5 View commit details
    Browse the repository at this point in the history
  10. ScatterPlot: Proper test

    astaric committed Jul 14, 2016
    Configuration menu
    Copy the full SHA
    fa8f13b View commit details
    Browse the repository at this point in the history