Skip to content

Commit 930a559

Browse files
committed
Remove TODOs for mysql-client and test instructions
Removed TODO items related to mysql-client and tests.
1 parent 12ffa90 commit 930a559

File tree

1 file changed

+8
-13
lines changed
  • src/content/docs/development

1 file changed

+8
-13
lines changed

src/content/docs/development/dev.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ System requirements:
88
- Java 17
99
- [Docker](https://www.docker.com/) & [Docker Compose](https://docs.docker.com/compose/) is optional but makes running MySQL and Solr more convenient
1010
- [Supervisord](http://supervisord.org/) is optional but makes running the development servers more convenient
11+
- [mysql-client](https://www.bytebase.com/reference/mysql/how-to/how-to-install-mysql-client-on-mac-ubuntu-centos-windows/) is required in order to load demo data or other sql dumps onto the database
1112

1213
Currently supported platforms for development:
1314

@@ -361,19 +362,7 @@ at all times._
361362

362363
## Running the tests
363364

364-
ArchivesSpace uses a combination of RSpec, integration and Selenium
365-
tests.
366-
367-
./build/run travis:test
368-
369-
It's also useful to be able to run the backend unit tests separately.
370-
To do this, run:
371-
372-
./build/run backend:test
373-
374-
You can also run a single spec file with:
375-
376-
./build/run backend:test -Dspec="myfile_spec.rb"
365+
### Backend tests
377366

378367
_By default the tests are configured to run using a separate MySQL & Solr from the
379368
development servers. This means that the development and test environments will not
@@ -396,6 +385,12 @@ Or a single example with:
396385
./build/run backend:test -Dexample="does something important"
397386
```
398387

388+
Or by file line with:
389+
390+
```bash
391+
./build/run backend:test -Dspec="myfile_spec.rb:123"
392+
```
393+
399394
There are specific instructions and requirements for the [UI tests](/development/ui_test) to work.
400395

401396
**Advanced: tests and the build directory**

0 commit comments

Comments
 (0)