Skip to content

Commit

Permalink
rename a few more references to Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
radeusgd committed Jan 17, 2024
1 parent 37775f4 commit f6cfb79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ enso --run test/Table_Tests
Or to run just a single test (e.g., `Duration_Spec.enso`):

```bash
enso --in-project test/Tests --run test/Base_Tests/src/Data/Time/Duration_Spec.enso
enso --in-project test/Base_Tests --run test/Base_Tests/src/Data/Time/Duration_Spec.enso
```

The Database tests will by default only test the SQLite backend, to test other
Expand All @@ -541,7 +541,7 @@ the `LANG` environment variable to `C` to make sure that the language is
configured correctly and run the tests as following:

```bash
LANG=C enso --run test/Tests
LANG=C enso --run test/Base_Tests
```

Note that JVM assertions are not enabled by default, one has to pass `-ea` via
Expand Down
2 changes: 1 addition & 1 deletion test/Base_Tests/package.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests
name: Base_Tests
namespace: enso_dev
enso-version: default
version: 0.0.1
Expand Down

0 comments on commit f6cfb79

Please sign in to comment.