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 »

Activity for ArtOfCode‭

Type On... Excerpt Status Date
Edit Post #280493 Post edited:
over 3 years ago
Edit Post #280535 Initial revision over 3 years ago
Answer A: Can not create a new post on fresh installation
You've missed a step: you need to make sure each category is associated with a tag set. There's a full setup guide here that you can follow. For the easy fix, from each category's page, click Edit Category near the top, and fill in "Tag set" under the "Posting" section.
(more)
over 3 years ago
Edit Post #280534 Post edited:
over 3 years ago
Edit Post #280493 Post edited:
over 3 years ago
Edit Post #280493 Initial revision over 3 years ago
Answer 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 relatively simple code. What do I need? You need at least: the repository cloned to your local ma...
(more)
over 3 years ago
Edit Post #280492 Initial revision over 3 years ago
Answer A: What user-facing things aren't covered well by automated tests (and should be tested manually)?
The really core features (posting, voting, commenting, editing) are pretty thoroughly tested; we only really need to test those exhaustively by hand if we're making significant changes to them - otherwise it's a reasonable assumption that if the tests passed then they're working. It's as we get ou...
(more)
over 3 years ago