tiddlyhost / tiddlyhost-com

Rails application for creating and hosting TiddlyWiki sites, plus resources for deploying it to https://tiddlyhost.com/
Other
188 stars 18 forks source link

Add test coverage for saves and uploads #146

Closed simonbaird closed 1 year ago

simonbaird commented 3 years ago

Creating a new site is tested, but so far saving is not. Should be fairly stable, but still..

simonbaird commented 2 years ago

Added some test coverage recently for saving, but not uploading.

simonbaird commented 2 years ago

See 4368c904a01735b5872eb8a8a93dea9a71c5a22e and also 6c9f92ccf7c6f6292a790ead4d732c28a22e39c8 which has some tests for put saving.

I guess some coverage for uploads via the action menu is still a good idea.

simonbaird commented 1 year ago

I think it's good enough now.