19 Commits

Author SHA1 Message Date
leigh-mil
c2814416fb Update atst to atat 2020-03-04 11:51:15 -05:00
dandds
6c22d5a524 Apply section heads to test output for clarity.
This also removes a test setup command that added an uploads directory.
It's no longer necessary.
2019-09-26 13:23:17 -04:00
dandds
2a0168b1e6 Scripts for finding accidental secrets in the repo.
This adds the following:
- A detect-secrets dependency and a related script
  (`script/detect_secrets`) to find and alert developers to secrets
  added to the code. By default, the script will search staged and new,
  unstaged files. It can optionally search only staged files.
- A whitelist, `.secrets.baseline`, that tracks instances of secrets or
  false positives already in the repo.
- Modifies `script/test` to detect secrets as part of the test suite.
- Updates to the README regarding the use of detect-secrets.
2019-08-13 05:59:56 -04:00
Patrick Smith
98d08cb255 Run JS tests in "script/test" 2018-12-13 15:52:24 -05:00
Jay Newlin (PW)
675bc68a32 Add format check to test script 2018-12-06 10:42:27 -05:00
dandds
ef2e97713a initial uploader and some form work 2018-08-27 13:04:41 -04:00
richard-dds
e734022e50 Add all atst files to PYTHON_FILES so pylint checks them 2018-08-10 13:47:30 -04:00
Patrick Smith
4f167ef9e4 Update scriptz to use correct database name 2018-08-03 13:04:09 -04:00
dandds
8f7a7f847c have test script to reset test database 2018-08-03 09:50:24 -04:00
dandds
649ac89e2e configure test environment 2018-08-02 16:20:54 -04:00
Devon Mackay
9e89f75b92 Update to use shared test script and functions 2018-07-10 10:55:28 -04:00
Devon Mackay
71965eaeaf Add abililty to use system python
Moving virtual environments between systems is problematic... and
unnecessary when creating container images. These modifications allow
the ability to install app dependencies into the system python, and use
that instead of a virtual environment.
2018-07-01 19:15:40 -04:00
richard-dds
0e852ae8ff Fix two linter warnings as well 2018-06-26 10:39:30 -04:00
richard-dds
6eb71cfe63 Add pylint and run before tests 2018-06-18 10:42:07 -04:00
Jason Garber
fb4a60332c Handle arguments to script/test 2018-06-14 14:26:21 -04:00
richard-dds
42624b9eb8 Removed requirements.txt in favor of Pipenv 2018-06-04 22:35:42 -04:00
Devon Mackay
a2f69005ed Just being picky; I like to consisently use braces for bash vars 2018-05-30 15:18:02 -04:00
Devon Mackay
62c36cd516 Add virtual environment activation 2018-05-30 15:10:31 -04:00
Devon Mackay
5eae33b44f First pass at Scripts to Rule Them All 2018-05-25 14:37:12 -04:00