Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Posts tagged tests

This tag doesn't have any usage information yet.

This tag doesn't have a detailed wiki yet.

66%
+2 −0
Q&A What user-facing things aren't covered well by automated tests (and should be tested manually)?

We have automated tests (good). Automated tests usually don't cover everything, so when there's a new version we want to test (say, on the dev server), I'd like to be able to prioritize things tha...

1 answer  ·  posted 5y ago by Monica Cellio‭  ·  last activity 3y ago by Trilarion‭

Question tests
71%
+3 −0
Q&A How to test CoDesign?

If I make any changes to CoDesign. Then, I have to test what changes I made. Is there possible way to build local server (http://localhost/)? To test while making changes.. I have run npm install, ...

3 answers  ·  posted 4y ago by deleted user  ·  last activity 4y ago by deleted user

Question tests co-design
66%
+2 −0
Q&A How to solve ActionView::Template::Error: Database missing time zone support for Etc/UTC in ReportsControllerTest

I ran tests (bin/rails test) and got Error: ReportsControllerTest#test_every_route_should_work_for_moderators: ActionView::Template::Error: Database missing time zone support for Etc/UTC - see h...

1 answer  ·  posted 4y ago by Trilarion‭  ·  last activity 4y ago by Trilarion‭

Question support tests bug
60%
+1 −0
Q&A How to solve Magick::ImageMagickError: no decode delegate for this image format in AdvertisementControllerTest#test_image_paths_should_return_png

I ran tests (bin/rails test) and got Error: AdvertisementControllerTest#test_image_paths_should_return_png: Magick::ImageMagickError: no decode delegate for this image format `' @ error/constitu...

1 answer  ·  posted 4y ago by Trilarion‭  ·  last activity 4y ago by ArtOfCode‭

Question support tests bug
Q&A How do I write a new test case?

We have some limited automated testing already, particularly around core features. This guide covers how to create new tests. Who can write tests? Anyone who's comfortable with a little bit of re...

posted 5y ago by ArtOfCode‭  ·  edited 5y ago by ArtOfCode‭

Wiki guide tests new-contributors code-contributions