Skip to content

Commit

Permalink
Add some more integration tests
Browse files Browse the repository at this point in the history
Add tests to show that thread locking is working appropiately, and
that we can handle unicode filenames/functions appropiately.

Also remove some unneeded code.
  • Loading branch information
benfred committed Sep 2, 2019
1 parent 4a490a2 commit 8e33a01
Show file tree
Hide file tree
Showing 8 changed files with 77 additions and 257 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ notifications:
addons:
apt:
packages:
- python
- python3
homebrew:
packages:
- python
101 changes: 0 additions & 101 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

60 changes: 0 additions & 60 deletions examples/native_stress_test.rs

This file was deleted.

3 changes: 0 additions & 3 deletions remoteprocess/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,3 @@ winapi = {version = "0.3", features = ["winbase", "consoleapi", "wincon", "handl

[dev-dependencies]
env_logger = "0.6.1"

[build-dependencies]
bindgen = "0.49.0"
91 changes: 0 additions & 91 deletions tests/integration_test.py

This file was deleted.

Loading

0 comments on commit 8e33a01

Please sign in to comment.