You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains classes to load synthetic metadata to the scicat data catalogue, for testing and benchmarking purposes.
10
+
6
11
7
12
## Getting Started
8
13
9
-
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
14
+
You can just use Docker
10
15
11
16
### Prerequisites
12
17
18
+
Docker
19
+
13
20
Node
21
+
14
22
Typescript
23
+
15
24
Catanie
16
25
17
26
@@ -36,7 +45,14 @@ End with an example of getting some data out of the system or using it for a lit
36
45
37
46
## Running the tests
38
47
39
-
Explain how to run the automated tests for this system
48
+
Tests use mocha
49
+
50
+
You can try running
51
+
```
52
+
npm test
53
+
```
54
+
55
+
Tests should run automatically on travis-ci.org
40
56
41
57
### Break down into end to end tests
42
58
@@ -80,7 +96,7 @@ See also the list of [contributors](https://github.com/your/project/contributors
80
96
81
97
## License
82
98
83
-
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
99
+
This project is licensed under the GPL-3 License - see the [LICENSE](LICENSE) file for details
0 commit comments