librepages/src
Aravinth Manivannan 46c88b74c7
fix: return tmp dir in context creation test util to prolong
auto-cleanup

DESCRIPTION
    > Once the variable goes out of scope, the underlying file system resource is removed.
    https://docs.rs/mktemp/latest/mktemp/

    Return mktemp::Temp instance created to prolong lifetime and
    postpone auto-cleanup via Drop until the test suite runs to
    completion
2022-04-27 14:34:35 +05:30
..
ctx.rs chore: load app settings via app ctx and do away with global static loader 2022-04-27 10:52:24 +05:30
deploy.rs feat: test utils init separate tmp dirs for deployed pages and assert status codes 2022-04-27 11:49:52 +05:30
errors.rs chore: load app settings via app ctx and do away with global static loader 2022-04-27 10:52:24 +05:30
main.rs chore: load app settings via app ctx and do away with global static loader 2022-04-27 10:52:24 +05:30
meta.rs fix: return tmp dir in context creation test util to prolong 2022-04-27 14:34:35 +05:30
page.rs feat: add methods to get current state of repositories 2022-04-27 13:47:21 +05:30
routes.rs chore: update copyright notice 2022-03-29 17:36:22 +05:30
settings.rs chore: tests-compatible logging and abstract repo initialization in settings 2022-04-27 11:50:06 +05:30
tests.rs fix: return tmp dir in context creation test util to prolong 2022-04-27 14:34:35 +05:30