Split lemmy_utils into multiple files #96

Merged
dessalines merged 3 commits from refactor-utils into main 2020-09-14 15:29:52 +00:00
Owner

What do you think about moving more of the tests into separate files? Would simplify things imo.

What do you think about moving more of the tests into separate files? Would simplify things imo.
nutomic reviewed 2020-09-04 14:33:21 +00:00
server/test.sh Outdated
@ -3,3 +3,3 @@
diesel migration run
export LEMMY_DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy
RUST_TEST_THREADS=1 cargo test --workspace
RUST_TEST_THREADS=1 cargo test --workspace --no-fail-fast
Author
Owner

I added this cause otherwise it wouldnt run anything else after test_espeak fails.

I added this cause otherwise it wouldnt run anything else after test_espeak fails.
Author
Owner

Added another commit to move send_local_notifs() into lemmy_api_structs. One less thing where apub depends on api now. Of course the name lemmy_api_structs doesnt make sense anymore, but i'm not sure what else to call it.

Added another commit to move send_local_notifs() into lemmy_api_structs. One less thing where apub depends on api now. Of course the name lemmy_api_structs doesnt make sense anymore, but i'm not sure what else to call it.
Author
Owner

Also updated our dependencies.

Also updated our dependencies.
Author
Owner

rebased

rebased
Owner
It passed: https://travis-ci.org/github/LemmyNet/lemmy/builds/727057645
dessalines merged commit 1870dc8cd9 into main 2020-09-14 15:29:51 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: LemmyNet/lemmy#96
No description provided.