Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

phpunit tests converted to mocha/chai #140

Open
wants to merge 33 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
cfc8228
phpunit test v1 and v2 converted to mocha/chai
abaevbog May 19, 2023
d58206e
helper functions for api v3, annotation, atom and creator tests for v3
abaevbog May 22, 2023
0244f16
v3 collection, group, fullText and note test
abaevbog May 22, 2023
f4dfc10
v3 object test
abaevbog May 22, 2023
b30737f
leftover object tests, mappings, params tests
abaevbog May 23, 2023
aae33b1
previously skipped tests requiring citation or translation server
abaevbog May 23, 2023
878afef
file tests v2 and half of v3
abaevbog May 24, 2023
e8449db
the rest of file tests
abaevbog May 25, 2023
8b7804b
publication tests
abaevbog May 25, 2023
bf083e1
minor adjustments to prevent random 500 errors
abaevbog May 26, 2023
6af7367
more v3 tests
abaevbog May 26, 2023
9e746e0
removing work dir, removed unneeded data/ files
abaevbog May 26, 2023
339d923
notification, tag and version tests
abaevbog May 29, 2023
2f5ccd0
v3 itemTest
abaevbog May 30, 2023
755e133
some cleanup, proper retry logic when socket hangs
abaevbog May 30, 2023
319ce22
using node-config
abaevbog May 30, 2023
1ee44b1
removed inheritance from between api files and helpers
abaevbog May 30, 2023
41d5981
package.json
abaevbog May 30, 2023
4d7632c
changed 'Setup' for 'Before' and 'Wrapup' for 'After' in shared.js, g…
abaevbog May 30, 2023
e150cd1
removing retries, using 0-second delay instead
abaevbog May 31, 2023
ae270e5
minor cleanup, added missing comments, some tweaking with socker hanging
abaevbog Jun 1, 2023
0d653ed
using helper functions for statusForObject + removed unnecessary part…
abaevbog Jun 2, 2023
5e21351
initial pdf text extraction setup
abaevbog Jun 9, 2023
8e0936b
pdf text extraction test
abaevbog Jun 9, 2023
1976445
full-text tests with indexing function invoked locally
abaevbog Jun 12, 2023
d8f3427
items/unfiled and items/unfiled/tags tests
abaevbog Jun 23, 2023
2e7a853
?sort=editBy for group libraries
abaevbog Jun 23, 2023
d4465f2
test to rename tag for PR #150
abaevbog Jun 23, 2023
e7518c2
test for literal || escaping for tags PR #143
abaevbog Jun 23, 2023
c5b1a93
new annotation types test
abaevbog Jun 28, 2023
640caf4
minor cleanup, skip tests for PRs, missing tests
abaevbog Aug 21, 2023
8253f4d
skip annotation tags test for collections
abaevbog Aug 21, 2023
b2b562a
should_add_zero_integer_value_for_lastPageIndex
abaevbog Sep 22, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitmodules
@@ -1,3 +1,9 @@
[submodule "htdocs/zotero-schema"]
path = htdocs/zotero-schema
url = https://github.com/zotero/zotero-schema.git
[submodule "tests/remote_js/full-text-extractor"]
path = tests/remote_js/full-text-extractor
url = https://github.com/zotero/full-text-extractor.git
[submodule "tests/remote_js/full-text-indexer"]
path = tests/remote_js/full-text-indexer
url = https://github.com/zotero/full-text-indexer.git