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

Lots of test refactoring #1042

Merged
merged 52 commits into from Oct 17, 2020
Merged

Lots of test refactoring #1042

merged 52 commits into from Oct 17, 2020

Commits on Sep 5, 2020

  1. Configuration menu
    Copy the full SHA
    6b73eb7 View commit details
    Browse the repository at this point in the history
  2. standardize behave tests

    wren committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    131477c View commit details
    Browse the repository at this point in the history
  3. clean up txt file after tests

    wren committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    3c10766 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0be986 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    764227d View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2020

  1. Configuration menu
    Copy the full SHA
    6ada26d View commit details
    Browse the repository at this point in the history
  2. take out old test

    wren committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    78d362e View commit details
    Browse the repository at this point in the history
  3. More test shuffling

    - Move more tests around
    - Rename some test files
    - Disable one test (markdown-355)
      Not sure why it's now failing. We should come back to this.
    - Add more placeholder test scenarios (marked with @todo)
      You can run just these tests with `behave --no-skipped --tags=todo`
    - Fix "missing_directory" test
      This test was missing the config file it was trying to use. So, it was
      really a very useless, broken test that we absolutely should not have
      approved the PR (jrnl-org#963) for.
    wren committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    1d11f3d View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2020

  1. rename files

    wren committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    e3f3904 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80bc2ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1692ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    607aa7a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a6b646b View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2020

  1. Configuration menu
    Copy the full SHA
    899dd50 View commit details
    Browse the repository at this point in the history
  2. add config test outlines

    wren committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    4094175 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5c1114 View commit details
    Browse the repository at this point in the history
  4. update datetime tests

    wren committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    379a63c View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Configuration menu
    Copy the full SHA
    66b9f5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ac8f61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69c0f5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f740145 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56a7cc9 View commit details
    Browse the repository at this point in the history
  6. update configs

    wren committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    777f69e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8c9dce4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7baec00 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bb5f7a8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    242467d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5d9fe76 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ea51fc5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0e42187 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    590e051 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2020

  1. Configuration menu
    Copy the full SHA
    eb9b679 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4df0aef View commit details
    Browse the repository at this point in the history
  3. add more password tests

    wren committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    1e160c5 View commit details
    Browse the repository at this point in the history
  4. clean up linting issues

    wren committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    694c8cd View commit details
    Browse the repository at this point in the history
  5. fix password test

    wren committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    03c1304 View commit details
    Browse the repository at this point in the history
  6. oops whitespace error

    wren committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    54eaeb0 View commit details
    Browse the repository at this point in the history
  7. Fix DayOne tag sample data, move search/format tag tests, and run the…

    …m on multiple jrnl types
    micahellison committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    932996a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fda3fe2 View commit details
    Browse the repository at this point in the history
  9. Added ability to auto-prompt for password for encrypted journals

    Only uses password when prompted, and doesn't get in the way of other
    input prompts. This allows us to run the same scenarios on both
    encrypted journals and other journal types.
    
    Co-authored-by: Micah Jerome Ellison <micah.jerome.ellison@gmail.com>
    wren and micahellison committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    cf369f3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    af05040 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7b2e35c View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2020

  1. Configuration menu
    Copy the full SHA
    8483d36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9116b63 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2020

  1. update more tests

    wren committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    7368cd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93f383c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11c7a87 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2020

  1. Configuration menu
    Copy the full SHA
    4702e6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6df0db1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b438f58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b006452 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3772ff3 View commit details
    Browse the repository at this point in the history