-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Pytest & Prettier Update (#56)
* Deprecated * Check INI * Prettify * Prettify * Simplify * RC * Ignore * Simplify * Consistency * Prettify * Heh * useTabs
- Loading branch information
1 parent
95def7c
commit c02979c
Showing
7 changed files
with
38 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
data/gx/uncommitted/ | ||
node_modules/ | ||
.ipynb_checkpoints/ | ||
.pytest_cache/ | ||
tests/**/data/*.html | ||
package*.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"useTabs": true, | ||
"overrides": [ | ||
{ | ||
"files": "*.ini", | ||
"options": { | ||
"plugins": ["prettier-plugin-ini"], | ||
"iniSpaceAroundEquals": true | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Generic single-database configuration. | ||
Generic single-database configuration. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,18 @@ | ||
[pytest] | ||
asyncio_mode = auto | ||
asyncio_default_fixture_loop_scope = function | ||
|
||
markers = | ||
data: database tests | ||
mutation: mutation tests | ||
query: query tests | ||
agg: aggregate query tests | ||
connectivity: connectivity observation tests | ||
log: log observation tests | ||
property: property popularity observation tests | ||
quantity: quantity observation tests | ||
soup: soup-based observation tests | ||
sparql: sparql-based observation tests | ||
statistics: statistics observation tests | ||
user: user observation tests | ||
version: software version observation tests | ||
data: database tests | ||
mutation: mutation tests | ||
query: query tests | ||
agg: aggregate query tests | ||
connectivity: connectivity observation tests | ||
log: log observation tests | ||
property: property popularity observation tests | ||
quantity: quantity observation tests | ||
soup: soup-based observation tests | ||
sparql: sparql-based observation tests | ||
statistics: statistics observation tests | ||
user: user observation tests | ||
version: software version observation tests |