• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bibexamples/H03-May-2022-5145

data/H03-May-2022-125106

testrepo/H12-Aug-2019-6959

.gitignoreH A D12-Aug-201911 32

__init__.pyH A D12-Aug-201999 53

dotdot.pyH A D12-Aug-2019153 74

fake_env.pyH A D12-Aug-20193.6 KiB13090

fixtures.pyH A D12-Aug-20191.1 KiB4330

mock_requests.pyH A D12-Aug-20193.8 KiB10773

readme.mdH A D12-Aug-2019233 129

sand_env.pyH A D12-Aug-20198.7 KiB252192

str_fixtures.pyH A D12-Aug-20196.1 KiB178143

test.shH A D12-Aug-2019228 129

test_apis.pyH A D12-Aug-20196.7 KiB154111

test_apis_data.jsonH A D12-Aug-201988.9 KiB321321

test_bibstruct.pyH A D12-Aug-20191,013 3825

test_color.pyH A D12-Aug-2019195 138

test_config.pyH A D12-Aug-20192.3 KiB724

test_databroker.pyH A D12-Aug-20193.2 KiB9466

test_datacache.pyH A D12-Aug-20194.6 KiB147105

test_doi.pyH A D12-Aug-20192.5 KiB8160

test_endecoder.pyH A D12-Aug-20197 KiB185148

test_events.pyH A D12-Aug-20192 KiB9562

test_filebroker.pyH A D12-Aug-20193 KiB9560

test_git.pyH A D12-Aug-20193.6 KiB10764

test_note_append.pyH A D12-Aug-20192.9 KiB7546

test_paper.pyH A D12-Aug-20192.1 KiB6950

test_plug_alias.pyH A D12-Aug-20196.1 KiB155120

test_pretty.pyH A D12-Aug-20191,005 3322

test_queries.pyH A D12-Aug-20198.8 KiB224170

test_repo.pyH A D12-Aug-20193.5 KiB9671

test_tag.pyH A D12-Aug-20191.1 KiB2820

test_usecase.pyH A D12-Aug-201943.5 KiB1,150962

readme.md

11. Install the dependencies using:
2```
3pip install -r ../dev_requirements.txt
4```
5
62. Run the tests using:
7```
8python setup.py test
9```
10
11If you use nosetest, it will complain about addExpectedFailure, which you can safely disregard.
12