Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Build result summary

Details

Completed
Queue duration
1 second
Duration
4 minutes
Labels
None
Revisions
Git
1f933fc606d0aaf0a9b7f23f2b54b06a58305a8a 1f933fc606d0aaf0a9b7f23f2b54b06a58305a8a
Release scripts
bb61e06483cd415a55b72cceac8d10ad00ee4e8a bb61e06483cd415a55b72cceac8d10ad00ee4e8a
Total tests
548
Successful since
#305 ()

Tests

  • 0 New failures
  • 0 Existing failures
  • 0 Fixed

Code commits

Git
Author Commit Message Commit date
Ivo Ulrich <teleivo@users.noreply.github.com> Ivo Ulrich <teleivo@users.noreply.github.com> 1f933fc606d0aaf0a9b7f23f2b54b06a58305a8a 1f933fc606d0aaf0a9b7f23f2b54b06a58305a8a Merge pull request #510 from teleivo/clean-verifies
Remove @verifies and @Verifies
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> 20d0f12c96ef80f2f12aaeda2db06238c892ea49 20d0f12c96ef80f2f12aaeda2db06238c892ea49 Remove @verifies and @Verifies
* remove @verifies and @Verifies since they duplicate information in
@shoulds and the test method name and impede TDD
* strip methodName_ from test methods if not needed due to duplicate
test method names
* rearrange tests implementations to adhere to a Arrange, Act, Assert
style