Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
e429cd83
Unverified
Commit
e429cd83
authored
Feb 09, 2018
by
Marcus Efraimsson
Committed by
GitHub
Feb 09, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update README.md regarding running tests
[skip ci]
parent
fae9eb54
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
README.md
+5
-5
No files found.
README.md
View file @
e429cd83
...
...
@@ -83,7 +83,7 @@ In your custom.ini uncomment (remove the leading `;`) sign. And set `app_mode =
#### Frontend
Execute all frontend tests
```
bash
$
npm run
test
npm run
test
```
Writing & watching frontend tests (we have two test runners)
...
...
@@ -98,13 +98,13 @@ Writing & watching frontend tests (we have two test runners)
#### Backend
```
bash
# Run Golang tests using sqlite3 as database (default)
$
go
test
./pkg/...
go
test
./pkg/...
# Run Golang tests using mysql as database - convenient to use /docker/block/mysql_tests
$
GRAFANA_TEST_DB
=
mysql go
test
./pkg/...
# Run Golang tests using mysql as database - convenient to use /docker/block
s
/mysql_tests
GRAFANA_TEST_DB
=
mysql go
test
./pkg/...
# Run Golang tests using postgres as database - convenient to use /docker/blocks/postgres_tests
$
GRAFANA_TEST_DB
=
postgres go
test
./pkg/...
GRAFANA_TEST_DB
=
postgres go
test
./pkg/...
```
## Contribute
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment