Skip to content

Commit 37662ac

Browse files
authored
Merge pull request #45 from Materials-Data-Science-and-Informatics/feature/test_refactoring
Feature/test refactoring
2 parents a47ca93 + da575f5 commit 37662ac

43 files changed

Lines changed: 1130 additions & 1726 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CITATION.cff

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ authors:
1515
email: m.soylu@fz-juelich.de
1616
given-names: Mustafa
1717
family-names: Soylu
18+
- email: a.pirogov@fz-juelich.de
19+
orcid: https://orcid.org/0000-0002-5077-7497
20+
family-names: Pirogov
21+
given-names: Anton
1822
- email: v.hofmann@fz-juelich.de
1923
orcid: https://orcid.org/0000-0002-5149-603X
2024
family-names: Hofmann
@@ -23,10 +27,6 @@ authors:
2327
orcid: https://orcid.org/0000-0001-9560-4728
2428
family-names: Sandfeld
2529
given-names: Stefan
26-
- email: a.pirogov@fz-juelich.de
27-
orcid: https://orcid.org/0000-0002-5077-7497
28-
family-names: Pirogov
29-
given-names: Anton
3030
contact:
3131
- email: m.soylu@fz-juelich.de
3232
family-names: Soylu

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
[
1717
![OpenSSF Best Practices](https://bestpractices.coreinfrastructure.org/projects/7701/badge)
1818
](https://bestpractices.coreinfrastructure.org/projects/7701)
19+
[
20+
![fair-software.eu](https://img.shields.io/badge/fair--software.eu-%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F-green)
21+
](https://fair-software.eu)
1922

2023
<!-- --8<-- [start:abstract] -->
2124

@@ -133,7 +136,7 @@ file in the root folder of your repository:
133136
repos:
134137
# ... (your other hooks) ...
135138
- repo: https://github.com/Materials-Data-Science-and-Informatics/somesy
136-
rev: "0.1.0"
139+
rev: "v0.1.0"
137140
hooks:
138141
- id: somesy
139142
```

codemeta.json

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"audience": [
1212
{
1313
"@type": "Audience",
14-
"audienceType": "Science/Research"
14+
"audienceType": "Developers"
1515
},
1616
{
1717
"@type": "Audience",
18-
"audienceType": "Developers"
18+
"audienceType": "Science/Research"
1919
}
2020
],
2121
"author": [
@@ -25,6 +25,12 @@
2525
"familyName": "Soylu",
2626
"givenName": "Mustafa"
2727
},
28+
{
29+
"@id": "https://orcid.org/0000-0002-5077-7497",
30+
"@type": "Person",
31+
"familyName": "Pirogov",
32+
"givenName": "Anton"
33+
},
2834
{
2935
"@id": "https://orcid.org/0000-0002-5149-603X",
3036
"@type": "Person",
@@ -36,12 +42,6 @@
3642
"@type": "Person",
3743
"familyName": "Sandfeld",
3844
"givenName": "Stefan"
39-
},
40-
{
41-
"@id": "https://orcid.org/0000-0002-5077-7497",
42-
"@type": "Person",
43-
"familyName": "Pirogov",
44-
"givenName": "Anton"
4545
}
4646
],
4747
"codeRepository": "https://github.com/Materials-Data-Science-and-Informatics/somesy",
@@ -52,9 +52,16 @@
5252
"metadata"
5353
],
5454
"license": "http://spdx.org/licenses/MIT",
55+
"maintainer": {
56+
"@type": "Person",
57+
"email": "m.soylu@fz-juelich.de",
58+
"familyName": "Soylu",
59+
"givenName": "Mustafa"
60+
},
5561
"name": "somesy",
5662
"operatingSystem": "POSIX > Linux",
5763
"runtimePlatform": "Python 3",
64+
"softwareHelp": "https://materials-data-science-and-informatics.github.io/somesy",
5865
"softwareRequirements": [
5966
{
6067
"@type": "SoftwareApplication",

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/cff/data/CITATION.cff

Lines changed: 0 additions & 28 deletions
This file was deleted.

tests/cff/data/pyproject.base.toml

Lines changed: 0 additions & 10 deletions
This file was deleted.

tests/cff/data/reject.cff

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)