summaryrefslogtreecommitdiff
path: root/testing/02-commands-user.yarn
Commit message (Collapse)AuthorAgeFilesLines
* Changed to confirm that user names can contain .lua-httpPhillip Smyth2017-10-241-7/+7
|
* Added test for renaming selfPhillip Smyth2017-10-171-0/+19
|
* Augment scenario to check reowning of reposDaniel Silverstone2017-07-081-0/+12
|
* Split up the user yarn a littleDaniel Silverstone2017-01-021-7/+49
|
* Simplify yarns which create alice/main to use a new implementationDaniel Silverstone2017-01-021-5/+3
|
* testing: Reformat yarnsRichard Maw2017-01-021-31/+35
| | | | | | | | We got some weird indentations because some code editors normalise whitespace and do so to different levels. This also took the opportunity to re-justify the text too.
* testing: Add teardown step to all scenariosRichard Maw2016-12-181-0/+2
|
* Ensure the tests actually run under HTTP modeDaniel Silverstone2016-12-161-4/+4
|
* testing: Test user details change and renameRichard Maw2016-12-031-2/+29
|
* testing: Add user creation/deletion yarnsRichard Maw2016-12-031-2/+27
|
* Ensure user add and group add validate their inputs. Fixes ↵Daniel Silverstone2016-05-301-0/+8
| | | | https://trello.com/c/mLGNXKdo/165-group-add-allows-slashes-which-are-not-valid
* Add empty command yarnsDaniel Silverstone2013-06-221-0/+1
In order that we can test every command individually, we want a yarn for each command. These tests should be run before any of the more complex scenarios. As such, we group them all under 02-commands. For now, these yarn files are empty. As time goes by we will add tests for everything these commands can do.