Skip to content

ukrainian-brothers/board-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setting up tests

Most of the unit tests can be ran without any external configuration, anyway the integration tests will require database setted up from sql/create_tables.sql and config which is not included in source files.

The config should be located in config/configuration.test.local.json and look like this:

{
    "postgres_config": {
        "host": "localhost",
        "port": 5438,
        "user": "",
        "password": "",
        "db_name": "test_ukrainian_brothers"
    }
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published