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

Create integration tests for the "Bank" node #89

Open
Mirch opened this issue Jan 26, 2021 · 3 comments
Open

Create integration tests for the "Bank" node #89

Mirch opened this issue Jan 26, 2021 · 3 comments

Comments

@Mirch
Copy link
Contributor

Mirch commented Jan 26, 2021

Integration tests need to be created for the Bank class (Thenewboston.Nodes.Bank) in order to test that all the operations work.

  • place the tests in a new file, Thenewboston.Tests/Nodes/BankIntegrationTests.cs;
  • use xUnit;
  • create a "setup" method - the used bank should be customizable, not hard-coded;
  • make sure all the tests run;
  • if you find endpoints that are unusable, remove them;

Relevant discussion: #36

@jj10133
Copy link

jj10133 commented Feb 6, 2021

I will work on this

@JK-404
Copy link

JK-404 commented Apr 22, 2021

Hello I can work on this

@Mirch
Copy link
Contributor Author

Mirch commented Apr 22, 2021

Hello I can work on this

Hey :) Thanks for the interest, but unfortunately this project has been discontinued.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants