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

PR: Add tests for gapfill_weather_gui.py, gapfill_weather_algorithm2.py, and manager_data.py #101

Merged
merged 26 commits into from
Nov 29, 2017

Commits on Nov 28, 2017

  1. Configuration menu
    Copy the full SHA
    5318abf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa57494 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4599945 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc02c04 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b515591 View commit details
    Browse the repository at this point in the history
  6. Added tests for producing gapfilled weather datafiles

    While writing the test, I also corrected an error in the
    gapfill_weather_gui that prevented the test to run correctly.
    jnsebgosselin committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    6adc0e9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b6ff87b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9a65250 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    332350c View commit details
    Browse the repository at this point in the history
  10. Remove files by their names

    File ordering is not the same in Windows and Linux, that is why this was
    not working on Travis.
    jnsebgosselin committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    01c4538 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e941428 View commit details
    Browse the repository at this point in the history
  12. Fixed an error in test

    jnsebgosselin committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    3bb67e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2017

  1. Fixed a bug in the test

    jnsebgosselin committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    3504778 View commit details
    Browse the repository at this point in the history
  2. delete a folder recursively

    Added a function to the utils module to delete a folder recursively
    jnsebgosselin committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    21fec81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7181272 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a56691e View commit details
    Browse the repository at this point in the history
  5. Small pep8 changes

    jnsebgosselin committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    300a85e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5724aee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    36e2351 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    803eabf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dc21d21 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    79a0084 View commit details
    Browse the repository at this point in the history
  11. Removed a useless file

    The module "weather_station_browser.py" is deprecated and was replaced
    by the module named "weather_station_finder.py"
    jnsebgosselin committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    7180716 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    30646e1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cf4d4f3 View commit details
    Browse the repository at this point in the history
  14. Completed the test

    jnsebgosselin committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    96ab30b View commit details
    Browse the repository at this point in the history