GetDKAN / dkan-tools

CLI tools for DKAN site management
https://getdkan.github.io/dkan-tools/
15 stars 14 forks source link

Create users in test commands #264

Closed dafeder closed 4 years ago

dafeder commented 4 years ago

The Dredd and Cypress tests expect certain users. This creates them as part of the respective test commands.

For an example of these tests running see GetDKAN/dkan#3185

Also, this PR removes the Symlink trait which did not need to be separate from the MakeCommands class.